aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive
diff options
context:
space:
mode:
authorLibravatar Jonas Platte <jplatte+git@posteo.de>2021-08-06 13:52:11 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2021-08-07 22:46:54 +0200
commite1b6969905dd5f8fd74b266446ae3e2735289f22 (patch)
treeb0301f9979b0773568c0abb4b9da87b0cff72859 /askama_derive
parent092c1efbe869260c63432820695c6b8f2d071eec (diff)
downloadaskama-e1b6969905dd5f8fd74b266446ae3e2735289f22.tar.gz
askama-e1b6969905dd5f8fd74b266446ae3e2735289f22.tar.bz2
askama-e1b6969905dd5f8fd74b266446ae3e2735289f22.zip
Enable config support in askama_shared build dependency
Fixes using askama with the new Cargo feature resolver and a configuration file.
Diffstat (limited to 'askama_derive')
-rw-r--r--askama_derive/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
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 = []