Learn about structs, implimentations

This commit is contained in:
Dylan Smith
2024-03-22 12:02:37 -04:00
commit 5398e2b443
4 changed files with 166 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "cards"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8.5"