mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-09 13:05:29 +00:00
Switch from tree_magic to mime_guess
This commit is contained in:
parent
3a05cefe6f
commit
2c4118b590
3 changed files with 21 additions and 97 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue