backgammon 0.4.0

The Rust Backgammon library
Documentation
[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.8"

[dependencies.tokio]
features = ["full"]
version = "1.6"

[dependencies.uuid]
features = ["v4"]
version = "0.8"

[package]
authors = ["Carlo Strub <cs@carlostrub.ch>"]
categories = ["games"]
description = "The Rust 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.4.0"