From 94d5e02bb3672db49e4fa2590eab8b7e58440f61 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 22 May 2018 18:35:49 +0200 Subject: chore(cargo): Add dependency on Askama --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 76bf1a06046b..0320ba8c3e0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ license = "AGPL-3.0-or-later" [dependencies] actix = "0.5" actix-web = "0.6" +askama = "0.6" chrono = { version = "0.4", features = ["serde"] } comrak = "0.2" diesel = { version = "1.2", features = ["postgres", "chrono", "r2d2"]} @@ -32,3 +33,4 @@ url_serde = "0.2" [build-dependencies] pulldown-cmark = "0.1" +askama = "0.5" -- cgit 1.4.1