From 73a4d9d0c988c81cf7d67fab17c0f19119372820 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Fri, 1 Jun 2018 11:44:51 -0700 Subject: [PATCH] fix askama example --- template_askama/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template_askama/Cargo.toml b/template_askama/Cargo.toml index 888417a6..86482530 100644 --- a/template_askama/Cargo.toml +++ b/template_askama/Cargo.toml @@ -9,3 +9,6 @@ env_logger = "0.5" actix = "0.5" actix-web = "^0.6" askama = "0.6" + +[build-dependencies] +askama = "0.6" \ No newline at end of file