feat: normalize emails
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@@ -1,8 +1,20 @@
|
||||
[package]
|
||||
name = "rs_pop_imap_importer"
|
||||
version = "0.1.0"
|
||||
version = "0.3.0"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
name = "rs_pop_imap_importer"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "pop-to-imap"
|
||||
path = "src/main.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "normalize-imap"
|
||||
path = "src/bin/normalize_imap.rs"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.53", features = ["derive"] }
|
||||
dotenvy = "0.15.7"
|
||||
|
||||
Reference in New Issue
Block a user