Use mime crate

This commit is contained in:
Andrey Golovizin 2021-07-17 21:34:26 +02:00
parent e046318a2e
commit 19981b4671
3 changed files with 13 additions and 4 deletions

View file

@ -12,3 +12,4 @@ anyhow = "1.0.42"
chrono = "0.4.19"
clap = { version = "3.0.0-beta.2", features = ["derive"] }
mailparse = "0.13.5"
mime = "0.3.16"