email/Cargo.toml

11 lines
234 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"