rfyl 0.1.1

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

[lib]
name = "rfyl"
version = "0.1.0"
crate-type = ["dylib", "staticlib"]

[dependencies]
rand = "0.3"