diff options
author | Ryan McGrath <ryan@rymc.io> | 2018-07-21 18:27:47 +0000 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-07-22 14:47:29 +0100 |
commit | c860bee5d5934fba6d57cbf815894a5cc8599ad9 (patch) | |
tree | 4dfc5efe28480e61a245db261daf0835e028602f /askama_shared/Cargo.toml | |
parent | b231accdedf1c867f22c74d7588055c4e3576789 (diff) | |
download | askama-c860bee5d5934fba6d57cbf815894a5cc8599ad9.tar.gz askama-c860bee5d5934fba6d57cbf815894a5cc8599ad9.tar.bz2 askama-c860bee5d5934fba6d57cbf815894a5cc8599ad9.zip |
Add optional implementation for actix_web's Responder trait
Diffstat (limited to '')
-rw-r--r-- | askama_shared/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |