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 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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"] -- cgit