[package] name = "bitsyc" description = "Bitsy compiler written in Rust." version = "0.2.0" edition = "2021" license = "MIT" repository = "https://github.com/RigoOnRails/bitsyc" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.71" clap = { version = "4.3.10", features = ["derive"] }