aboutsummaryrefslogtreecommitdiffstats
path: root/askama_test/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-01-03 10:01:16 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2017-01-03 10:01:16 +0100
commit4c8c773c84a48963e892c72f38f37bcb99b6eb74 (patch)
tree7ea8dd95e81bd40c1b24bb9143cbe865005b1ae0 /askama_test/Cargo.toml
parent3e7983d7af8d19393507e50778b818f8dcf24b91 (diff)
downloadaskama-4c8c773c84a48963e892c72f38f37bcb99b6eb74.tar.gz
askama-4c8c773c84a48963e892c72f38f37bcb99b6eb74.tar.bz2
askama-4c8c773c84a48963e892c72f38f37bcb99b6eb74.zip
Rename askama_codegen to askama_derive
This appears to be best practice for crates using macros 1.1.
Diffstat (limited to '')
-rw-r--r--askama_test/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_test/Cargo.toml b/askama_test/Cargo.toml
index 8d01793..63896b7 100644
--- a/askama_test/Cargo.toml
+++ b/askama_test/Cargo.toml
@@ -5,5 +5,5 @@ authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
workspace = ".."
[dependencies]
-askama_codegen = { path = "../askama_codegen" }
+askama_derive = { path = "../askama_derive" }
askama = { path = "../askama" }