separate klondike-cli

This commit is contained in:
2026-05-16 16:56:43 -07:00
parent bfb3d28e1b
commit fe2530bfc8
4 changed files with 43 additions and 27 deletions
+7
View File
@@ -0,0 +1,7 @@
[package]
name = "klondike-cli"
version = "0.1.0"
edition = "2024"
[dependencies]
card_game = { version = "0.1.0", path = "../card_game" }