[package] name = "dnd_dice_roller" version = "0.5.1" authors = ["Arran France "] edition = "2018" description = "A simple dice rolling library for dnd dice strings" repository = "https://github.com/arranf/dnd_dice_roller" license = "MIT" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] dice-command-parser = "0.7.2" rand = "0.8.3" thiserror = "1.0" rand_pcg = "0.3.0"