From 433c5fa1c56bee5a9032380a3c9a339869a47d16 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Tue, 26 May 2020 19:46:20 -0400 Subject: Implement initial templating. --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.3