alias_to_sieve/Cargo.toml
2024-11-25 20:19:09 +01:00

10 lines
No EOL
254 B
TOML

[package]
name = "alias_to_sieve"
version = "0.1.0"
edition = "2021"
rust-version = "1.68.2"
[dependencies]
fqdn = {version = "0.4.2", features = ["domain-label-length-limited-to-63", "domain-name-without-special-chars"]}
email-address-parser = "2.0.0"