card game stuff

This commit is contained in:
2026-05-15 06:53:18 -07:00
parent 09edadc822
commit 77b38608d9
5 changed files with 428 additions and 4 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ edition = "2024"
[dependencies]
deranged = "0.5.8"
rand = { version = "0.10.1", default-features = false }
rand = { version = "0.10.1", default-features = false, features = ["thread_rng"] }