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 --- askama_test/Cargo.toml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 askama_test/Cargo.toml (limited to 'askama_test/Cargo.toml') diff --git a/askama_test/Cargo.toml b/askama_test/Cargo.toml deleted file mode 100644 index 63896b7..0000000 --- a/askama_test/Cargo.toml +++ /dev/null @@ -1,9 +0,0 @@ -[package] -name = "askama_test" -version = "0.1.0" -authors = ["Dirkjan Ochtman "] -workspace = ".." - -[dependencies] -askama_derive = { path = "../askama_derive" } -askama = { path = "../askama" } -- cgit