alias_to_sieve/Cargo.toml

11 lines
255 B
TOML
Raw Normal View History

[package]
name = "alias_to_sieve"
version = "0.1.0"
edition = "2021"
2024-11-07 15:24:52 +00:00
rust-version = "1.68.2"
2024-11-25 19:19:09 +00:00
[dependencies]
fqdn = {version = "0.4.2", features = ["domain-label-length-limited-to-63", "domain-name-without-special-chars"]}
2024-11-25 20:26:39 +00:00
email-address-parser = "2.0.0"