[package] name = "dicer" version = "1.0.2" authors = ["gnullbyte "] edition = "2018" description = "Dice Roller" license = "MIT OR Apache-2.0" repository = "https://github.com/gnullByte/dicer" homepage = "https://github.com/gnullByte/dicer" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.0" [dev-dependencies] rusty-hook = "^0.11.2"