aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 39e1253..1e03f2a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,5 +5,5 @@ authors = ["haraldei"]
edition = "2018"
[dependencies]
-askama = "0.8.0"
+askama = { version = "0.8.0", features = ["with-rocket"] }
rocket = "0.4.0"