email/Cargo.toml

13 lines
267 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.14.0"
regex = "1.7.0"
sha1 = "0.10.5"