aboutsummaryrefslogtreecommitdiffstats
path: root/testing/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-02-08 18:33:04 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-02-08 18:34:25 +0100
commit66dd21c8577330c625f32c7cf59635dbc7c36115 (patch)
tree6f0c16cf8ae5ae829345d98c94ae01b097aa68c1 /testing/Cargo.toml
parent1dc554fafc8a97c211d35e7d756c04bc0dc93c1c (diff)
downloadaskama-66dd21c8577330c625f32c7cf59635dbc7c36115.tar.gz
askama-66dd21c8577330c625f32c7cf59635dbc7c36115.tar.bz2
askama-66dd21c8577330c625f32c7cf59635dbc7c36115.zip
Move build script helper code into askama crate
Diffstat (limited to '')
-rw-r--r--testing/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
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" }