Initial commit

This commit is contained in:
Andrey Golovizin 2021-07-17 13:49:20 +02:00
parent 3481f70d9d
commit 868a9d238d
6 changed files with 478 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[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"