mailcat/Cargo.toml
Andrey Golovizin 19981b4671 Use mime crate
2021-07-17 21:34:26 +02:00

15 lines
372 B
TOML

[package]
name = "mailcat"
version = "0.1.0"
edition = "2018"
authors = ["Andrey Golovizin <ag@sologoc.com>"]
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
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"