aboutsummaryrefslogtreecommitdiffstats
path: root/askama_escape/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'askama_escape/Cargo.toml')
-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 = []