aboutsummaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-04-28 00:48:52 +0200
committermetamuffin <metamuffin@disroot.org>2025-04-28 00:48:52 +0200
commit80d28b764c95891551e28c395783f5ff9d065743 (patch)
treef25898b1c939a939c63236ca4e8e843e81069947 /server/Cargo.toml
parent335ba978dbaf203f3603a815147fd75dbf205723 (diff)
downloadjellything-80d28b764c95891551e28c395783f5ff9d065743.tar
jellything-80d28b764c95891551e28c395783f5ff9d065743.tar.bz2
jellything-80d28b764c95891551e28c395783f5ff9d065743.tar.zst
start with splitting server
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml2
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 }