rfyl 0.3.1

A dice roller accepting dice notation.
Documentation
[[bin]]
doc = false
name = "rfyl"
path = "src/bin.rs"

[dependencies.rand]
version = "0.6"

[dependencies.time]
version = "0.1"

[lib]
name = "rfyl"
path = "src/lib.rs"

[package]
authors = ["trnglina <contact@trnglina.com>"]
categories = ["games", "parsing"]
description = "A dice roller accepting dice notation."
documentation = "https://github.com/trnglina/rfyl/blob/master/README.MD"
homepage = "https://github.com/trnglina/rfyl"
keywords = ["dice", "rpg", "roll"]
license = "CC0-1.0"
name = "rfyl"
repository = "https://github.com/trnglina/rfyl"
version = "0.3.1"