yume-post-smtp-proto/Cargo.toml

12 lines
211 B
TOML
Raw Normal View History

2022-12-03 12:28:10 -06:00
[package]
name = "smtp-proto"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-12-05 09:09:17 -06:00
[dev-dependencies]
csv = "1.1"