From c860bee5d5934fba6d57cbf815894a5cc8599ad9 Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Sat, 21 Jul 2018 18:27:47 +0000 Subject: Add optional implementation for actix_web's Responder trait --- askama_shared/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'askama_shared/Cargo.toml') diff --git a/askama_shared/Cargo.toml b/askama_shared/Cargo.toml index cd052cf..5b93404 100644 --- a/askama_shared/Cargo.toml +++ b/askama_shared/Cargo.toml @@ -13,6 +13,7 @@ default = [] serde-json = ["serde_json"] iron = [] rocket = [] +actix-web = [] [dependencies] serde = "1.0" -- cgit