aboutsummaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 954161f..ed60d72 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -20,7 +20,7 @@ rand = "0.8.5"
chrono = { version = "0.4.23", features = ["serde"] }
async-std = "1.12.0"
-rocket = { version = "0.5.0-rc.2", features = ["secrets"] }
+rocket = { version = "0.5.0-rc.2", features = ["secrets", "json"] }
tokio = { version = "1.24.1", features = ["io-util"] }
tokio-util = { version = "0.7.4", features = ["io", "io-util"] }
markup = "0.13.1"