From ecc0ff7bf3f05ce11f59ce25f5c262905d594b9b Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 3 Mar 2019 10:41:22 +0100 Subject: Enable askama rocket integration. Let's us return templates directly, and have rocket render it for us. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3