[package] name = "waterbear" description = "Assembler/Disassembler for the Dreamcast VMU" version = "0.12.0" authors = ["Walter Tetzner "] license="Apache-2.0" [dependencies] lazy_static = "1.0" unicode-segmentation = "1.2.0" unicode_categories = "0.1" clap = "2.32" regex = "1.0" termcolor = "1" atty = "0.2" uuid = { version = "0.7", features = ["v4"] } # custom derives waterbear-instruction-derive = { version = "0.1", path = "waterbear-instruction-derive" } [lib] name = "waterbear" path = "src/lib.rs" [[bin]] name = "waterbear" path = "src/main.rs"