summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJomar Milan <jomarm@jomarm.com>2026-06-02 21:15:27 -0700
committerJomar Milan <jomarm@jomarm.com>2026-06-02 21:15:27 -0700
commitec2097b11f93ad968e171c0e961e0e06652ce44b (patch)
treed404d2b7a021b57e19d2f668ae463ff311b4a988 /Cargo.toml
parenta2e55df0eeea9709175dd0a26c1e09bdaa60841a (diff)
Implement play websocket handshake
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 03a3e0d..f612f2e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,4 +8,5 @@ askama = "0.16.0"
axum = { version = "0.8.9", features = ["ws"] }
rust-embed = "8.11.0"
serde = { version = "1.0.228", features = ["derive"] }
+serde_json = "1.0.150"
tokio = { version = "1.52.3", features = ["full"] }