diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-01-03 10:06:47 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-01-03 10:06:47 +0100 |
commit | 744b290c8d34c905f285c4b6e675e42281e83204 (patch) | |
tree | c49b76081f30577d582e00f6fe29f97f51341fde /testing/Cargo.toml | |
parent | 4c8c773c84a48963e892c72f38f37bcb99b6eb74 (diff) | |
download | askama-744b290c8d34c905f285c4b6e675e42281e83204.tar.gz askama-744b290c8d34c905f285c4b6e675e42281e83204.tar.bz2 askama-744b290c8d34c905f285c4b6e675e42281e83204.zip |
Rename askama_test to testing
Diffstat (limited to 'testing/Cargo.toml')
-rw-r--r-- | testing/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/Cargo.toml b/testing/Cargo.toml new file mode 100644 index 0000000..8e7c0f3 --- /dev/null +++ b/testing/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "askama_testing" +version = "0.1.0" +authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"] +workspace = ".." + +[dependencies] +askama = { path = "../askama" } +askama_derive = { path = "../askama_derive" } |