aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive
diff options
context:
space:
mode:
authorLibravatar Jannik Obermann <50554200+jannik4@users.noreply.github.com>2022-01-15 05:40:24 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2022-01-15 10:41:01 +0100
commit86fd2f4f8b1e32803fd7acc43e98dbbb137156b5 (patch)
tree52cf418309477e99b613ab048c6589434475ddfe /askama_derive
parent77a477e7d6a9e4f0302c003cab417d873e4f62fd (diff)
downloadaskama-86fd2f4f8b1e32803fd7acc43e98dbbb137156b5.tar.gz
askama-86fd2f4f8b1e32803fd7acc43e98dbbb137156b5.tar.bz2
askama-86fd2f4f8b1e32803fd7acc43e98dbbb137156b5.zip
Fix json/yaml features
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 5369935..1f5c099 100644
--- a/askama_derive/Cargo.toml
+++ b/askama_derive/Cargo.toml
@@ -14,6 +14,8 @@ proc-macro = true
[features]
config = ["askama_shared/config"]
+json = ["askama_shared/json"]
+yaml = ["askama_shared/yaml"]
actix-web = []
axum = []