[package] name = "cmice" version = "0.1.0" authors = ["Monadic Cat "] repository = "https://github.com/Monadic-Cat/cmice" documentation = "https://docs.rs/cmice" description = "A command line frontend for the `mice` dice rolling library." keywords = ["dice", "roll", "parse", "cli"] edition = "2018" license = "AGPL-3.0-or-later" [dependencies] mice = { path = "../mice", version = "0.11.0" } rand = "0.8.4" clap = { version = "3.1.8", features = ["derive"] }