email/Cargo.toml

12 lines
250 B
TOML

[package]
name = "email"
version = "0.1.0"
authors = ["Bill Thiede <git@xinu.tv>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
mailparse = "0.9.2"
regex = "1.7.0"