aboutsummaryrefslogtreecommitdiffstats
path: root/askama_derive
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-11-07 20:32:25 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-11-07 21:37:07 +0100
commit460079e3477367fd8b26b1587673caa8f042e22f (patch)
tree330dda21466346eba3c0ef9c3d91800b8bcf39d0 /askama_derive
parent93884b7fbeb6c403c166e3f956edd44421dbcf9b (diff)
downloadaskama-460079e3477367fd8b26b1587673caa8f042e22f.tar.gz
askama-460079e3477367fd8b26b1587673caa8f042e22f.tar.bz2
askama-460079e3477367fd8b26b1587673caa8f042e22f.zip
Clean up unused features
Diffstat (limited to 'askama_derive')
-rw-r--r--askama_derive/Cargo.toml7
1 files changed, 3 insertions, 4 deletions
diff --git a/askama_derive/Cargo.toml b/askama_derive/Cargo.toml
index 99fe3df..2a95a77 100644
--- a/askama_derive/Cargo.toml
+++ b/askama_derive/Cargo.toml
@@ -12,10 +12,9 @@ workspace = ".."
proc-macro = true
[features]
-default = []
-iron = ["askama_shared/iron"]
-rocket = ["askama_shared/rocket"]
-actix-web = ["askama_shared/actix-web"]
+iron = []
+rocket = []
+actix-web = []
[dependencies]
askama_shared = { version = "0.7.2", path = "../askama_shared" }