aboutsummaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-17 00:04:34 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-17 00:04:34 +0200
commitdd4b88a86a99f028bdfe66fef3c66170629f3cdc (patch)
tree6e9acd5148b18220cfe7de83b80cf47b1aef3449 /server/Cargo.toml
parentc10d66de1bd2ef04e4010223dcd82443a5d558f0 (diff)
downloadhurrycurry-dd4b88a86a99f028bdfe66fef3c66170629f3cdc.tar
hurrycurry-dd4b88a86a99f028bdfe66fef3c66170629f3cdc.tar.bz2
hurrycurry-dd4b88a86a99f028bdfe66fef3c66170629f3cdc.tar.zst
establish ws
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index c0e3dae2..27e6f4b7 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -11,3 +11,5 @@ anyhow = "1.0.86"
serde = { version = "1.0.203", features = ["derive"] }
tokio = { version = "1.38.0", features = ["full"] }
serde_json = "1.0.117"
+tokio-tungstenite = "0.23.1"
+futures-util = "0.3.30"