[package] name = "mice-roll" version = "0.1.1" edition = "2021" # Metadata for crates.io description = "Mice roll is simple tool to roll DnD-like dices in your terminal." license = "MIT" readme = "README.md" repository = "https://codeberg.org/jilinoleg/mice-roll" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.5" clap = { version = "4.0", features = ["derive"] }