summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJomar Milan <jomarm@jomarm.com>2026-05-30 23:06:35 -0700
committerJomar Milan <jomarm@jomarm.com>2026-05-30 23:06:35 -0700
commit90d97e089d3b56e0e9efde3693f106d035bb88e8 (patch)
treee7e68fa9559d5da1e55338991bd293cb36ccbf5e /Cargo.lock
parent21be142ed526c5ec88c14c3ea6cad043a075a2b9 (diff)
Add route to accept player hand updates
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7a3a826..2da6bb1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -497,6 +497,7 @@ dependencies = [
"askama",
"axum",
"rust-embed",
+ "serde",
"tokio",
]
@@ -528,6 +529,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
dependencies = [
"serde_core",
+ "serde_derive",
]
[[package]]