diff options
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r-- | server/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index 17aeeb4..669194a 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -23,7 +23,6 @@ base64 = "0.22.1" chrono = { version = "0.4.39", features = ["serde"] } vte = "0.14.1" chashmap = "2.2.2" -humansize = "2.1.3" argon2 = "0.5.3" aes-gcm-siv = "0.11.1" @@ -33,7 +32,6 @@ futures = "0.3.31" tokio = { workspace = true } tokio-util = { version = "0.7.13", features = ["io", "io-util"] } -markup = "0.15.0" rocket = { workspace = true, features = ["secrets", "json"] } rocket_ws = { workspace = true } |