simp/Cargo.toml

14 lines
251 B
TOML
Raw Normal View History

2020-10-28 22:34:15 +00:00
[package]
name = "simp"
version = "0.1.0"
authors = ["Michael Zhang <iptq@protonmail.com>"]
edition = "2018"
2020-11-09 09:14:59 +00:00
[workspace]
members = ["smtp"]
2020-10-28 22:34:15 +00:00
[dependencies]
2020-11-09 09:14:59 +00:00
anyhow = "1.0.34"
smtp = { path = "smtp" }
tokio = { version = "0.3.3", features = ["full"] }