mirror of
https://gitlab.com/mailcat-devs/mailcat.git
synced 2025-12-20 13:23:26 +01:00
Use mime crate
This commit is contained in:
parent
e046318a2e
commit
19981b4671
3 changed files with 13 additions and 4 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -176,6 +176,7 @@ dependencies = [
|
|||
"chrono",
|
||||
"clap",
|
||||
"mailparse",
|
||||
"mime",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -189,6 +190,12 @@ dependencies = [
|
|||
"quoted_printable",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "mime"
|
||||
version = "0.3.16"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
||||
|
||||
[[package]]
|
||||
name = "num-integer"
|
||||
version = "0.1.44"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue