From 1dc554fafc8a97c211d35e7d756c04bc0dc93c1c Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 8 Feb 2017 16:39:53 +0100 Subject: Add build script to force rebuild on template changes --- testing/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'testing/Cargo.toml') diff --git a/testing/Cargo.toml b/testing/Cargo.toml index 8e7c0f3..6acdaf5 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -3,6 +3,7 @@ name = "askama_testing" version = "0.1.0" authors = ["Dirkjan Ochtman "] workspace = ".." +build = "build.rs" [dependencies] askama = { path = "../askama" } -- cgit