[badges.bitbucket-pipelines]
branch = "master"
repository = "carlostrub/backgammon"
[badges.codecov]
branch = "master"
repository = "carlostrub/backgammon"
service = "bitbucket"
[badges.maintenance]
status = "actively-developed"
[dependencies.rand]
version = "0.7"
[dependencies.uuid]
features = ["v4"]
version = "0.8"
[package]
authors = ["Carlo Strub <cs@carlostrub.ch>"]
categories = ["game-engines", "games"]
description = "Canonical backgammon library"
documentation = "https://docs.rs/backgammon"
edition = "2018"
keywords = ["backgammon"]
license = "BSD-2-Clause"
name = "backgammon"
readme = "README.md"
repository = "https://bitbucket.org/carlostrub/backgammon/src/master"
version = "0.2.0"