game is seedable

This commit is contained in:
2026-05-18 12:15:57 -07:00
parent 25760d19a1
commit 2512f566ca
6 changed files with 21 additions and 10 deletions
+1
View File
@@ -6,3 +6,4 @@ edition = "2024"
[dependencies]
card_game = { version = "0.1.0", path = "../card_game" }
klondike = { version = "0.1.0", path = "../klondike" }
rand = { version = "0.10.1", default-features = false, features = ["thread_rng"] }