mirror of
https://gitlab.com/mailcat-devs/mailcat.git
synced 2025-12-20 12:13:26 +01:00
12 lines
292 B
TOML
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"
|