mirror of
https://gitlab.com/mailcat-devs/mailcat.git
synced 2025-12-20 13:23:26 +01:00
Initial commit
This commit is contained in:
parent
3481f70d9d
commit
868a9d238d
6 changed files with 478 additions and 0 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue