update readme and add action
All checks were successful
Release crate / Publish to crates.io and create GitHub Release (release) Successful in 1m36s

This commit is contained in:
2025-11-10 22:15:47 +01:00
parent 29b34fa3f0
commit fd53e258e9
5 changed files with 105 additions and 11 deletions

View File

@@ -1,12 +1,12 @@
[package]
name = "schafkopf-logic"
version = "0.1.0"
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://github.com/Vale54321/schafkopf-logic"
homepage = "https://github.com/Vale54321/schafkopf-logic"
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>"]