simp/Cargo.toml
2020-11-09 03:14:59 -06:00

14 lines
251 B
TOML

[package]
name = "simp"
version = "0.1.0"
authors = ["Michael Zhang <iptq@protonmail.com>"]
edition = "2018"
[workspace]
members = ["smtp"]
[dependencies]
anyhow = "1.0.34"
smtp = { path = "smtp" }
tokio = { version = "0.3.3", features = ["full"] }