forked from Fachschaft/nixConfig
added alias-to-sieve to this repository
This commit is contained in:
parent
4aaff89e95
commit
1d35e9aa2a
11 changed files with 2078 additions and 63 deletions
10
packages/alias_to_sieve/Cargo.toml
Normal file
10
packages/alias_to_sieve/Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue