[package]
edition = "2021"
name = "dice-bag"
version = "0.2.0"
description = "This library uses standard RPG notation for generating dice rolls producing a total score, but also a break down of all the rolls should they be needed."
homepage = "https://codeberg.org/brotherwolf/dice-bag"
readme = "README.md"
license = "LGPL-3.0-only"
repository = "https://codeberg.org/brotherwolf/dice-bag"
[lib]
name = "dice"
path = "src/lib.rs"
[dependencies.rand]
version = "0.8"
[dependencies.regex]
version = "1.10"