From ec2097b11f93ad968e171c0e961e0e06652ce44b Mon Sep 17 00:00:00 2001 From: Jomar Milan Date: Tue, 2 Jun 2026 21:15:27 -0700 Subject: Implement play websocket handshake --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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"] } -- cgit v1.2.3