summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2020-03-21 11:35:46 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2020-03-21 11:35:46 -0400
commite1998c81383a6929bff21a17ac08c16eea0e945a (patch)
tree51db2592f5fe8c3b23a9cf911f36fcae01325b5d /Cargo.toml
parent8fc59f0a0c3729d201f844738db5275035f59f2d (diff)
format bytes into KB, MB, etc
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4aa6af0..32e7d76 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,4 +46,4 @@ branch="dev"
[features]
file_mimetype = []
-default = [ "file_mimetype" ]
+default = []