diff options
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r-- | server/Cargo.toml | 1 |
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" |