diff options
Diffstat (limited to 'askama_test/Cargo.toml')
-rw-r--r-- | askama_test/Cargo.toml | 2 |
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" } |