aboutsummaryrefslogtreecommitdiffstats
path: root/askama_test/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'askama_test/Cargo.toml')
-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" }