diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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" |