summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9a47e7d..c17f0ef 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,11 +17,15 @@ rusqlite = "0.21.0"
# Until RFC #2887 is merged, image and rocket are deps of the CLI tool as well.
image = "0.23.4"
rocket = "0.4.4"
-rocket_contrib = "0.4.4"
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
+[dependencies.rocket_contrib]
+version = "0.4.4"
+default-features = false
+features = ["handlebars_templates", "json", "serve"]
+
[[bin]]
name = "birka-cli"
path = "src/birka-cli.rs"