summaryrefslogtreecommitdiff
path: root/Cargo.toml
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.toml
parent21be142ed526c5ec88c14c3ea6cad043a075a2b9 (diff)
Add route to accept player hand updates
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bb840e6..593b989 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,4 +7,5 @@ edition = "2024"
askama = "0.16.0"
axum = "0.8.9"
rust-embed = "8.11.0"
+serde = { version = "1.0.228", features = ["derive"] }
tokio = { version = "1.52.3", features = ["full"] }