diff options
Diffstat (limited to 'testing/Cargo.toml')
-rw-r--r-- | testing/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/testing/Cargo.toml b/testing/Cargo.toml index 427f221..b5a8e99 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -25,9 +25,6 @@ gotham = { version = "0.3", optional = true } mime = { version = "0.3", optional = true } hyper = { version = "0.12", optional = true } -[build-dependencies] -askama = { path = "../askama", version = "*" } - [dev-dependencies] criterion = "0.2" |