mirror of
https://github.com/instant-labs/instant-smtp.git
synced 2025-02-13 05:22:04 +00:00
11 lines
270 B
TOML
11 lines
270 B
TOML
[package]
|
|
name = "smtp-codec"
|
|
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" |