Initial commit

This commit is contained in:
2026-05-15 06:05:11 -07:00
commit 43464a0cd6
7 changed files with 100 additions and 0 deletions
Generated
+16
View File
@@ -0,0 +1,16 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "card_game"
version = "0.1.0"
dependencies = [
"deranged",
]
[[package]]
name = "deranged"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"