diff options
Diffstat (limited to 'testing/Cargo.toml')
-rw-r--r-- | testing/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/Cargo.toml b/testing/Cargo.toml index 8e7b1a7..bb6b534 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -7,7 +7,6 @@ build = "build.rs" [dependencies] askama = { path = "../askama", version = "*" } -askama_derive = { path = "../askama_derive", version = "*" } [build-dependencies] askama = { path = "../askama", version = "*" } |