init game logic

This commit is contained in:
2025-10-12 20:57:47 +02:00
parent 730b4c508b
commit 4784a156a9
7 changed files with 170 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[package]
name = "schafkopf-logic"
version = "0.1.0"
edition = "2024"
[dependencies]
strum = "0.27"
strum_macros = "0.27"
rand = "0.9"