mailcat/Cargo.toml
Andrey Golovizin 868a9d238d Initial commit
2021-07-17 13:49:20 +02:00

12 lines
292 B
TOML

[package]
name = "mailcat"
version = "0.1.0"
edition = "2018"
# 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"