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