aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--askama_derive/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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" }