backgammon 0.1.0

library to create backgammon games
Documentation
[package]
name = "backgammon"
version = "0.1.0"
authors = ["Carlo Strub <cs@carlostrub.ch>"]
description = "library to create backgammon games"
repository = "https://bitbucket.org/carlostrub/backgammon"
readme = "README.md"
keywords = ["backgammon"]
categories = ["game-engines", "games"]
license = "BSD-2-Clause-FreeBSD"
maintenance = { status = "experimental" }

[dependencies]
rand = "0.3.17"