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