aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 21aef71..72ec6bd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,4 @@ edition = "2021"
serde = "1.0.130"
chrono = "0.4.23"
sqlite = "0.30.4"
-
-[dependencies.rocket]
-version = "0.5.0-rc.2"
-features = ["json"]
+rocket = {version = "0.5.0-rc.2", features = ["json"]}