From 8224f06f3e900443ee42d75cba30d4b9f5f6fd95 Mon Sep 17 00:00:00 2001 From: bott Date: Wed, 7 Nov 2018 13:53:30 +0100 Subject: Create askama_escape crate --- askama_shared/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'askama_shared/Cargo.toml') 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" -- cgit