[package] name = "isbfc" version = "0.0.1" authors = ["Ian D. Scott "] description = "Brainfuck compiler for x86_64" repository = "https://github.com/ids1024/isbfc" license = "MIT" [[bin]] doc = false name = "isbfc" [[bin]] name = "bfinterp" path = "src/bin/bfinterp.rs" [dependencies] clap = "2.11"