From e619345766e98578929061e566178010c171df48 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 22 Dec 2016 13:49:53 +0100 Subject: Initial stab at macros 1.1 --- askama_test/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 askama_test/Cargo.toml (limited to 'askama_test/Cargo.toml') diff --git a/askama_test/Cargo.toml b/askama_test/Cargo.toml new file mode 100644 index 0000000..8d01793 --- /dev/null +++ b/askama_test/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "askama_test" +version = "0.1.0" +authors = ["Dirkjan Ochtman "] +workspace = ".." + +[dependencies] +askama_codegen = { path = "../askama_codegen" } +askama = { path = "../askama" } -- cgit