From e1b6969905dd5f8fd74b266446ae3e2735289f22 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 6 Aug 2021 13:52:11 +0200 Subject: Enable config support in askama_shared build dependency Fixes using askama with the new Cargo feature resolver and a configuration file. --- askama_derive/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'askama_derive/Cargo.toml') diff --git a/askama_derive/Cargo.toml b/askama_derive/Cargo.toml index f3df891..258ad9e 100644 --- a/askama_derive/Cargo.toml +++ b/askama_derive/Cargo.toml @@ -14,6 +14,8 @@ edition = "2018" proc-macro = true [features] +config = ["askama_shared/config"] + actix-web = [] gotham = [] iron = [] -- cgit