diff options
author | metamuffin <metamuffin@disroot.org> | 2023-02-19 15:55:34 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-02-19 15:55:34 +0100 |
commit | 5a1ff49fe38451451a55266e86a9e9aedecfb44d (patch) | |
tree | fe9ff6f9e30e776c5e8dc5d6d69554cdc2375b1c /server/Cargo.toml | |
parent | 15d0a83247c3b6091f006df967f54f8399030cf6 (diff) | |
download | jellything-5a1ff49fe38451451a55266e86a9e9aedecfb44d.tar jellything-5a1ff49fe38451451a55266e86a9e9aedecfb44d.tar.bz2 jellything-5a1ff49fe38451451a55266e86a9e9aedecfb44d.tar.zst |
added api
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r-- | server/Cargo.toml | 2 |
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" |