diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-08-23 20:42:46 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-08-23 20:42:46 +0200 |
commit | e9046c46b7bac87b3f4d89894dd21365360bd3ce (patch) | |
tree | 51943544c1a960394c593c5d4c50eee6c5a8e2a5 /askama_derive/Cargo.toml | |
parent | 57a10a789e62be9f55ea1d28610074709015ee0f (diff) | |
download | askama-e9046c46b7bac87b3f4d89894dd21365360bd3ce.tar.gz askama-e9046c46b7bac87b3f4d89894dd21365360bd3ce.tar.bz2 askama-e9046c46b7bac87b3f4d89894dd21365360bd3ce.zip |
Optionally implement Iron's Modifier<Response> for templates
Diffstat (limited to 'askama_derive/Cargo.toml')
-rw-r--r-- | askama_derive/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/askama_derive/Cargo.toml b/askama_derive/Cargo.toml index 3bec13a..40f1ad5 100644 --- a/askama_derive/Cargo.toml +++ b/askama_derive/Cargo.toml @@ -11,6 +11,10 @@ workspace = ".." [lib] proc-macro = true +[features] +default = [] +iron = [] + [dependencies] nom = "3" syn = "0.11" |