[package] name = "boof" version = "1.1.0" authors = ["McKayla Washburn "] description = "A Brainfuck interpreter, and also a dog" keywords = ["brainfuck", "bf"] license = "MIT" homepage = "https://tree.ht/lilac/boof" repository = "https://tree.ht/lilac/boof" documentation = "https://docs.rs/crate/boof" edition = "2021" [dependencies] anyhow = "1.0.89" colored = "2.1.0"