update readme and add action
Some checks failed
CI / Build and test (ubuntu-latest) (push) Successful in 50s
CI / Build and test (ubuntu-latest) (pull_request) Successful in 40s
CI / Build and test (Windows) (pull_request) Failing after 4s
CI / Build and test (Windows) (push) Failing after 8s

This commit is contained in:
2025-11-10 22:15:47 +01:00
parent 29b34fa3f0
commit c8deb6f0e8
6 changed files with 136 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>"]