[package] name = "tudelft-dice-example" version = "0.1.3" edition = "2021" description = "diceroller" author = ["Jonathan Dönszelmann "] license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8" thiserror = "1"