From 460079e3477367fd8b26b1587673caa8f042e22f Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 7 Nov 2018 20:32:25 +0100 Subject: Clean up unused features --- askama_derive/Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'askama_derive') 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" } -- cgit