Files
schafkopf-logic/Cargo.toml
Valentin Heiserer fd53e258e9
All checks were successful
Release crate / Publish to crates.io and create GitHub Release (release) Successful in 1m36s
update readme and add action
2025-11-11 19:41:25 +01:00

18 lines
561 B
TOML

[package]
name = "schafkopf-logic"
version = "0.0.0"
edition = "2024"
description = "Logic and rules for the Schafkopf card game: deck, suits, ranks and game modes."
license = "MIT"
readme = "README.md"
repository = "https://git.heiserer.de/heiserer/schafkopf-logic"
homepage = "https://git.heiserer.de/heiserer/schafkopf-logic"
keywords = ["schafkopf", "card-game", "trick-taking"]
categories = ["game-development"]
authors = ["Valentin Heiserer <valentin@heiserer.de>"]
exclude = ["shell.nix"]
[dependencies]
strum = "0.27"
strum_macros = "0.27"
rand = "0.9"