aboutsummaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-01-19 09:02:16 +0100
committermetamuffin <metamuffin@disroot.org>2023-01-19 09:02:16 +0100
commitcadb3057d06a38abfac9067cbdc59ce3d926a658 (patch)
treeac70156a70f5cbd52a4b4d32df1442ab734c4c22 /server/Cargo.toml
parentfbc1128f30438a4e18521073eb1bb79a77a7f20d (diff)
downloadjellything-cadb3057d06a38abfac9067cbdc59ce3d926a658.tar
jellything-cadb3057d06a38abfac9067cbdc59ce3d926a658.tar.bz2
jellything-cadb3057d06a38abfac9067cbdc59ce3d926a658.tar.zst
item page styled
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index b8a57f2..482baa8 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -13,12 +13,13 @@ serde_json = "1.0.91"
log = "0.4.17"
env_logger = "0.10.0"
anyhow = "1.0.68"
+once_cell = "1.17.0"
+chashmap = "2.2.2"
rocket = "0.5.0-rc.2"
tokio = { version = "1.24.1", features = ["io-util"] }
tokio-util = { version = "0.7.4", features = ["io", "io-util"] }
markup = "0.13.1"
-chashmap = "2.2.2"
sled = "0.34.7"
typed-sled = "0.2.3"