dnd_dice_roller 0.2.0

A simple dice rolling library for dnd dice strings
Documentation
[package]
name = "dnd_dice_roller"
version = "0.2.0"
authors = ["Arran France <arran@arranfrance.com>"]
edition = "2018"
description = "A simple dice rolling library for dnd dice strings"
repository = "https://github.com/arranf/dnd_dice_roller"
license = "MIT"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
dice-command-parser = "0.4.0"
rand = "0.7"
thiserror = "1.0"
rand_pcg = "0.2"