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 /askama_shared/Cargo.toml | |
parent | 2e028ed903169c27748e3c717ea5b1311950a615 (diff) | |
download | askama-8224f06f3e900443ee42d75cba30d4b9f5f6fd95.tar.gz askama-8224f06f3e900443ee42d75cba30d4b9f5f6fd95.tar.bz2 askama-8224f06f3e900443ee42d75cba30d4b9f5f6fd95.zip |
Create askama_escape crate
Diffstat (limited to 'askama_shared/Cargo.toml')
-rw-r--r-- | askama_shared/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/askama_shared/Cargo.toml b/askama_shared/Cargo.toml index c81ab9f..d2499c0 100644 --- a/askama_shared/Cargo.toml +++ b/askama_shared/Cargo.toml @@ -16,6 +16,7 @@ rocket = [] actix-web = [] [dependencies] +askama_escape = { version = "0.1.0", path = "../askama_escape" } num-traits = "0.2.6" serde = "1.0" serde_derive = "1.0" |