diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-11-07 20:32:25 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-11-07 21:37:07 +0100 |
commit | 460079e3477367fd8b26b1587673caa8f042e22f (patch) | |
tree | 330dda21466346eba3c0ef9c3d91800b8bcf39d0 /askama_derive | |
parent | 93884b7fbeb6c403c166e3f956edd44421dbcf9b (diff) | |
download | askama-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.toml | 7 |
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" } |