diff options
Diffstat (limited to 'testing/Cargo.toml')
-rw-r--r-- | testing/Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
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"] } |