aboutsummaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-01-20 23:12:28 +0100
committermetamuffin <metamuffin@disroot.org>2024-01-20 23:12:28 +0100
commit5177497b3cf376403a8daab2e5ca9408ad2625bd (patch)
treed496e868bbc5540e2ca6bbc5719b7d3ea08e836f /server/Cargo.toml
parent7fc7c2452b4256fe7302b6f7b6bb83c8ebb305da (diff)
downloadjellything-5177497b3cf376403a8daab2e5ca9408ad2625bd.tar
jellything-5177497b3cf376403a8daab2e5ca9408ad2625bd.tar.bz2
jellything-5177497b3cf376403a8daab2e5ca9408ad2625bd.tar.zst
update rocket to crates.io
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index e6e6d20..a124876 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -32,6 +32,7 @@ tokio-util = { version = "0.7.10", features = ["io", "io-util"] }
markup = "0.15.0"
rocket = { workspace = true, features = ["secrets", "json"] }
+rocket_ws = { workspace = true }
[build-dependencies]
glob = "0.3.1"