instant-smtp/Cargo.toml

11 lines
270 B
TOML
Raw Normal View History

2020-08-06 14:25:02 +00:00
[package]
2020-09-10 15:39:22 +00:00
name = "smtp-codec"
2020-08-06 14:25:02 +00:00
version = "0.1.0"
authors = ["Damian Poddebniak <poddebniak@fh-muenster.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nom = "5.1"
abnf-core = "0.3.0"