dnd_dice_roller 0.1.0

A simple dice rolling library for dnd dice strings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "dnd_dice_roller"
version = "0.1.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.3.1"
rand = "0.7"
thiserror = "1.0"
rand_pcg = "0.2"