diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-02-08 18:33:04 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-02-08 18:34:25 +0100 |
commit | 66dd21c8577330c625f32c7cf59635dbc7c36115 (patch) | |
tree | 6f0c16cf8ae5ae829345d98c94ae01b097aa68c1 /testing/Cargo.toml | |
parent | 1dc554fafc8a97c211d35e7d756c04bc0dc93c1c (diff) | |
download | askama-66dd21c8577330c625f32c7cf59635dbc7c36115.tar.gz askama-66dd21c8577330c625f32c7cf59635dbc7c36115.tar.bz2 askama-66dd21c8577330c625f32c7cf59635dbc7c36115.zip |
Move build script helper code into askama crate
Diffstat (limited to 'testing/Cargo.toml')
-rw-r--r-- | testing/Cargo.toml | 3 |
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" } |