ev-dice 0.4.1

Unix utility to compute the min, max, and expected value of a D&D-like dice roll
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "ev-dice"
description = "Unix utility to compute the min, max, and expected value of a D&D-like dice roll"
homepage = "http://github.com/gnuvince/ev"
version = "0.4.1"
authors = ["Vincent Foley <vfoley@gmail.com>"]
license = "MIT"

[dependencies]
regex = "0.1.71"
getopts = "0.2.14"
lazy_static = "0.2.8"

[[bin]]
name = "ev"