[package] name = "lasm" version = "0.1.0" authors = ["adam-mcdaniel "] edition = "2018" license = "Apache-2.0" description = "A tiny and portable assembly language for complex compilers" readme = "README.md" homepage = "https://docs.rs/lasm" documentation = "https://docs.rs/lasm" repository = "https://github.com/adam-mcdaniel/lasm" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "lasm" path = "src/bin.rs" [dependencies] clap = "2.33" comment = "0.1" lazy_static = "1.4" spin = "0.5" nom = "5"