Switch from tree_magic to mime_guess

This commit is contained in:
Matt Brubeck 2020-07-22 08:28:42 -07:00
parent 3a05cefe6f
commit 2c4118b590
3 changed files with 21 additions and 97 deletions

View file

@ -13,9 +13,9 @@ edition = "2018"
[dependencies]
async-tls = { version = "0.9.0", default-features = false, features = ["server"] }
async-std = "1.5"
mime_guess = "2.0"
once_cell = "1.4"
rustls = "0.18.0"
tree_magic_mini = "1.0"
url = "2.1"
[profile.release]