From 419f2e2070c2f2b22bb460eea64bf6b34b6090d0 Mon Sep 17 00:00:00 2001 From: Pradip Caulagi Date: Thu, 31 May 2018 23:12:29 +0200 Subject: [PATCH] Removed duplicate dependency in askama Cargo.toml --- template_askama/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/template_askama/Cargo.toml b/template_askama/Cargo.toml index 86482530..888417a6 100644 --- a/template_askama/Cargo.toml +++ b/template_askama/Cargo.toml @@ -9,6 +9,3 @@ 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