From 2d6785b71414cc70adfb24ee742e3defa5841bbb Mon Sep 17 00:00:00 2001 From: Anthony Nowell Date: Sun, 13 Aug 2017 00:46:04 -0600 Subject: Adding optional json filter --- 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 bb6b534..be9af26 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -6,7 +6,8 @@ workspace = ".." build = "build.rs" [dependencies] -askama = { path = "../askama", version = "*" } +serde_json = "1.0" +askama = { path = "../askama", version = "*", features = ["serde-json"] } [build-dependencies] -askama = { path = "../askama", version = "*" } +askama = { path = "../askama", version = "*", features = ["serde-json"] } -- cgit