separate klondike

This commit is contained in:
2026-05-16 16:55:58 -07:00
parent fe2530bfc8
commit d1df1c2eb3
8 changed files with 34 additions and 16 deletions
Generated
+9
View File
@@ -125,11 +125,20 @@ version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
[[package]]
name = "klondike"
version = "0.1.0"
dependencies = [
"card_game",
"rand",
]
[[package]]
name = "klondike-cli"
version = "0.1.0"
dependencies = [
"card_game",
"klondike",
]
[[package]]