[package] name = "y86-lib" version = "0.1.0" authors = ["Tarik "] edition = "2018" description = "A Library to interact with Y86 Assembly" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2.33.0" lazy_static = "1.4.0" num-traits = "0.2" num-derive = "0.3"