From 9e1cf8f0dff3bd96db4b25703877db5632267ed2 Mon Sep 17 00:00:00 2001 From: Kellen Frodelius-Fujimoto Date: Mon, 10 Dec 2018 22:05:19 +0100 Subject: Add Gotham tests to `full` feature in testing crate --- testing/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/Cargo.toml b/testing/Cargo.toml index 720ef2e..427f221 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [features] actix = ["actix-web", "bytes", "askama/with-actix-web"] default = [] -full = ["actix", "with-iron", "serde-json"] +full = ["actix", "with-iron", "serde-json", "with-gotham"] serde-json = ["serde_json", "askama/serde-json"] with-rocket = ["rocket", "askama/with-rocket"] with-iron = ["iron", "askama/with-iron"] -- cgit