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.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 34d00be..d10178d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6,6 +6,7 @@ dependencies = [ "askama_derive 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "askama_escape 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "askama_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rocket 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -- cgit v1.2.3