rolls 0.1.2

This command exists to help roll dices in D&D games. The following are implemented: d4, d6, d8, d10, d20.
[dependencies.clap]
features = ["derive"]
version = "4.4.6"

[dependencies.rand]
version = "0.8.5"
[dev-dependencies.assert_cmd]
version = "2.0.12"

[dev-dependencies.predicates]
version = "3.0.4"

[package]
authors = ["Julio Gardona <jcbritobr@gmail.com>"]
categories = ["command-line-utilities"]
description = "This command exists to help roll dices in D&D games.\nThe following are implemented: d4, d6, d8, d10, d20."
edition = "2021"
keywords = ["random", "dices", "game", "cli"]
license = "MIT"
name = "rolls"
readme = "README.md"
repository = "https://github.com/jgardona/rolls"
version = "0.1.2"
[profile.release]
lto = true
opt-level = "z"
panic = "abort"
strip = true