ev-dice 0.5.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
[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.5.1"
authors = ["Vincent Foley <vfoley@gmail.com>"]
license = "MIT"

[dependencies]
getopts = "0.2.14"

[[bin]]
name = "ev"