aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar bott <mhpoin@gmail.com>2018-11-07 13:53:30 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-11-07 17:58:13 +0100
commit8224f06f3e900443ee42d75cba30d4b9f5f6fd95 (patch)
treeaf553e6d8c6c434ea96cf33e75369693593a9e8e /Cargo.toml
parent2e028ed903169c27748e3c717ea5b1311950a615 (diff)
downloadaskama-8224f06f3e900443ee42d75cba30d4b9f5f6fd95.tar.gz
askama-8224f06f3e900443ee42d75cba30d4b9f5f6fd95.tar.bz2
askama-8224f06f3e900443ee42d75cba30d4b9f5f6fd95.zip
Create askama_escape crate
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cce1ee3..286fd1e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,2 +1,2 @@
[workspace]
-members = ["askama", "askama_derive", "askama_shared", "testing"]
+members = ["askama", "askama_derive", "askama_escape", "askama_shared", "testing"]