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_escape/Cargo.toml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'askama_escape/Cargo.toml') diff --git a/askama_escape/Cargo.toml b/askama_escape/Cargo.toml index c6af27d..95ebb0d 100644 --- a/askama_escape/Cargo.toml +++ b/askama_escape/Cargo.toml @@ -7,10 +7,3 @@ homepage = "https://github.com/djc/askama" repository = "https://github.com/djc/askama" license = "MIT/Apache-2.0" workspace = ".." - -[features] -default = [] -serde-json = [] -iron = [] -rocket = [] -actix-web = [] -- cgit