From 744b290c8d34c905f285c4b6e675e42281e83204 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 3 Jan 2017 10:06:47 +0100 Subject: Rename askama_test to testing --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3192c8a..a63c3e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,2 +1,2 @@ [workspace] -members = ["askama", "askama_derive", "askama_test"] +members = ["askama", "askama_derive", "testing"] -- cgit