From 0ec0e5c45d2a4bc46bb05b74546111a755ae5d3a Mon Sep 17 00:00:00 2001 From: neri Date: Wed, 18 Aug 2021 23:32:58 +0200 Subject: [PATCH] add tree_magic_db --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fc4c1c7..87b63cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,5 +19,5 @@ rand = "0.8.3" chrono = "0.4.19" htmlescape = "0.3.1" urlencoding = "2.1.0" -tree_magic_mini = "3.0.0" +tree_magic_mini = { version = "3.0.0", features = ["tree_magic_db"] } mime = "0.3.16"