[package] name = "roll-rs" version = "0.3.0" authors = ["Victor Roest ", "jonay2000 "] repository = "https://github.com/finitum/roll-rs" edition = "2018" description = "Dice rolling library supporting full dice notation" license = "EUPL-1.2" keywords = ["dice"] [[bin]] name = "roll" path = "src/main.rs" [lib] path = "src/lib.rs" crate-type = ["rlib", "cdylib"] [dependencies] rand_core = { version="0.5", features=["getrandom"] } [dev-dependencies] bnf = "0.3"