aboutsummaryrefslogtreecommitdiffstats
path: root/askama_escape/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 /askama_escape/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--askama_escape/Cargo.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/askama_escape/Cargo.toml b/askama_escape/Cargo.toml
new file mode 100644
index 0000000..c6af27d
--- /dev/null
+++ b/askama_escape/Cargo.toml
@@ -0,0 +1,16 @@
+[package]
+name = "askama_escape"
+version = "0.1.0"
+authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
+description = "Escape function for Askama"
+homepage = "https://github.com/djc/askama"
+repository = "https://github.com/djc/askama"
+license = "MIT/Apache-2.0"
+workspace = ".."
+
+[features]
+default = []
+serde-json = []
+iron = []
+rocket = []
+actix-web = []