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_derive/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'askama_derive/Cargo.toml') diff --git a/askama_derive/Cargo.toml b/askama_derive/Cargo.toml index 1834852..774fb51 100644 --- a/askama_derive/Cargo.toml +++ b/askama_derive/Cargo.toml @@ -15,6 +15,7 @@ proc-macro = true default = [] iron = ["askama_shared/iron"] rocket = ["askama_shared/rocket"] +actix-web = ["askama_shared/actix-web"] [dependencies] askama_shared = { version = "0.7.0", path = "../askama_shared" } -- cgit