From 8fc59f0a0c3729d201f844738db5275035f59f2d Mon Sep 17 00:00:00 2001 From: Jiayi Zhao Date: Fri, 20 Mar 2020 13:08:26 -0400 Subject: add initial support for detecting mimetypes --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2797b71..4aa6af0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,4 +45,5 @@ branch="dev" # path = "lib/wordexp-rs" [features] -default = [] +file_mimetype = [] +default = [ "file_mimetype" ] -- cgit v1.2.3