[package] name = "rano" version = "0.2.0" authors = ["Josiah Hilden "] edition = "2018" license-file = "LICENSE" description = "An Assembler and Emulator for the Mano Machine" repository = "https://github.com/oldwomanjosiah/rano" readme = "Readme.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "ra" [[bin]] name = "rano" [dependencies] structopt = "0.3" log = "0.4" pretty_env_logger = "0.4" console = "0.14" thiserror = "1"