klondike v0.2.0 improved scoring + config

This commit is contained in:
2026-05-29 13:24:41 -07:00
parent 0f12e8dbd2
commit 50cf2f3750
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ resolver = "3"
[workspace.dependencies]
card_game = { version = "0.3.0", path = "card_game", registry = "Quaternions" }
klondike = { version = "0.1.0", path = "klondike", registry = "Quaternions" }
klondike = { version = "0.2.0", path = "klondike", registry = "Quaternions" }
[workspace.lints.rust]
# unsafe_code = "forbid"