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_escape/Cargo.toml | |
parent | 93884b7fbeb6c403c166e3f956edd44421dbcf9b (diff) | |
download | askama-460079e3477367fd8b26b1587673caa8f042e22f.tar.gz askama-460079e3477367fd8b26b1587673caa8f042e22f.tar.bz2 askama-460079e3477367fd8b26b1587673caa8f042e22f.zip |
Clean up unused features
Diffstat (limited to 'askama_escape/Cargo.toml')
-rw-r--r-- | askama_escape/Cargo.toml | 7 |
1 files changed, 0 insertions, 7 deletions
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 = [] |