diff options
author | bott <mhpoin@gmail.com> | 2018-11-07 13:53:30 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-11-07 17:58:13 +0100 |
commit | 8224f06f3e900443ee42d75cba30d4b9f5f6fd95 (patch) | |
tree | af553e6d8c6c434ea96cf33e75369693593a9e8e /Cargo.toml | |
parent | 2e028ed903169c27748e3c717ea5b1311950a615 (diff) | |
download | askama-8224f06f3e900443ee42d75cba30d4b9f5f6fd95.tar.gz askama-8224f06f3e900443ee42d75cba30d4b9f5f6fd95.tar.bz2 askama-8224f06f3e900443ee42d75cba30d4b9f5f6fd95.zip |
Create askama_escape crate
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ [workspace] -members = ["askama", "askama_derive", "askama_shared", "testing"] +members = ["askama", "askama_derive", "askama_escape", "askama_shared", "testing"] |