[package] name = "mindfuck" readme = "README.md" authors = ["Luca Sforza "] license = "MIT" description = "Brainfuck interpreter in Rust" version = "1.0.2" edition = "2021" keywords = ["brainfuck", "interpreter", "esolang", "cli"] categories = ["Command line utilities","Development tools"] homepage = "https://github.com/LucaSforza/brainfuck" repository = "https://github.com/LucaSforza/brainfuck" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.3.19", features = ["derive"] }