backgammon 0.8.0

The Rust Backgammon library
Documentation
[badges.maintenance]
status = "actively-developed"

[dependencies.rand]
version = "0.9.2"

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

[package]
authors = ["Carlo Strub <cs@carlostrub.ch>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["game-development"]
description = "The Rust Backgammon library"
documentation = "https://docs.rs/backgammon"
edition = "2024"
exclude = ["build.sh", "bitbucket-pipelines.yml", ".idea", ".gitignore"]
keywords = ["backgammon", "gamedev"]
license = "BSD-2-Clause"
name = "backgammon"
readme = "README.md"
repository = "https://codeberg.org/Backgammon/backgammon"
version = "0.8.0"