added alias-to-sieve to this repository

This commit is contained in:
Dennis Frieberg 2025-03-26 22:21:09 +01:00
parent 8f5e96de04
commit c9f422cba8
Signed by: nerf
SSH key fingerprint: SHA256:zvrU0EwwaNK65M+AqL9IOTRawFq0JZ8QXBASxxGpxmg
12 changed files with 2169 additions and 63 deletions

View file

@ -0,0 +1,10 @@
[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"