From 0f0d4477a4eab8ec0b99c134154ce0fedb4d6400 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Sat, 6 Jun 2020 18:58:52 -0400 Subject: Clean up for release. --- Cargo.toml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c17f0ef..6087545 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,21 +15,17 @@ dirs = "2.0.2" 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" +image = "0.23" +rocket = "0.4" +rocket_contrib = { version = "0.4", default-features = false, features = ["handlebars_templates", "json", "serve"] } 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" [[bin]] -name = "birka" -path = "src/main.rs" +name = "birka-web" +path = "src/birka-web.rs" -- cgit v1.3