aboutsummaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 13b7aef..4617a18 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -24,10 +24,12 @@ argon2 = "0.5.0"
aes-gcm-siv = "0.11.1"
async-std = "1.12.0"
-rocket = { version = "0.5.0-rc.3", features = ["secrets", "json"] }
tokio = { version = "1.28.2", features = ["io-util"] }
tokio-util = { version = "0.7.8", features = ["io", "io-util"] }
+
markup = "0.13.1"
+rocket = { version = "0.5.0-rc.3", features = ["secrets", "json"] }
+reqwest = "0.11.18"
sled = "0.34.7"
typed-sled = "0.2.3"