From 40775d8c885bda6bd8e086bcc03127c714fc890e Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 23 Aug 2017 20:43:11 +0200 Subject: Add test for Iron support --- testing/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'testing/Cargo.toml') diff --git a/testing/Cargo.toml b/testing/Cargo.toml index be9af26..6d81db5 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -6,8 +6,9 @@ workspace = ".." build = "build.rs" [dependencies] +iron = "0.5" serde_json = "1.0" -askama = { path = "../askama", version = "*", features = ["serde-json"] } +askama = { path = "../askama", version = "*", features = ["with-iron", "serde-json"] } [build-dependencies] -askama = { path = "../askama", version = "*", features = ["serde-json"] } +askama = { path = "../askama", version = "*", features = ["with-iron", "serde-json"] } -- cgit