backgammon 0.13.0

The Rust Backgammon library
Documentation
[package]
name = "backgammon"
version = "0.13.0"
authors = ["Carlo Strub <cs@carlostrub.ch>"]
edition = "2024"
description = "The Rust Backgammon library"
documentation = "https://docs.rs/backgammon"
readme = "README.md"
repository = "https://codeberg.org/Backgammon/backgammon"
license = "BSD-2-Clause"
keywords = ["backgammon", "gamedev"]
categories = ["game-development"]
exclude = [".idea", ".gitignore", "cobertura.xml", "Cargo.lock", "TODO",
    "supply-chain", "*.origin", "Makefile.toml", "deny.toml"]

[badges]
maintenance = { status = "actively-developed" }

[dependencies]
rand = "0.10.0"

[dev-dependencies]
ratatui = "0.30"
crossterm = "0.29.0"