[package] name = "dice-roll" authors = ["Alina Marquardt "] version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.5" regex = "1" dialoguer = { version = "0.10.3", features = ["history"] }