From 66dd21c8577330c625f32c7cf59635dbc7c36115 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 8 Feb 2017 18:33:04 +0100 Subject: Move build script helper code into askama crate --- testing/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testing/Cargo.toml') diff --git a/testing/Cargo.toml b/testing/Cargo.toml index 6acdaf5..449cc6b 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -8,3 +8,6 @@ build = "build.rs" [dependencies] askama = { path = "../askama" } askama_derive = { path = "../askama_derive" } + +[build-dependencies] +askama = { path = "../askama" } -- cgit