aboutsummaryrefslogtreecommitdiffstats
path: root/testing/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Maarten de Vries <maarten@de-vri.es>2019-01-10 23:20:58 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2019-01-11 16:30:51 +0100
commitb3c1fc1a8e16ce414cd53b8e2068bc105f405ff5 (patch)
treef47b065f20a25699bf39ad2099b6e1db85c7cac7 /testing/Cargo.toml
parent07904728f9708de152beea49ce67cafcd7225aa2 (diff)
downloadaskama-b3c1fc1a8e16ce414cd53b8e2068bc105f405ff5.tar.gz
askama-b3c1fc1a8e16ce414cd53b8e2068bc105f405ff5.tar.bz2
askama-b3c1fc1a8e16ce414cd53b8e2068bc105f405ff5.zip
Remove rerun_if_templates_changed and update README.
Diffstat (limited to '')
-rw-r--r--testing/Cargo.toml3
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"