initial import
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "rs_pop_imap_importer"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.53", features = ["derive"] }
|
||||
dotenvy = "0.15.7"
|
||||
imap = "2.4.1"
|
||||
imap-proto = "0.16.6"
|
||||
native-tls = "0.2.14"
|
||||
rust-pop3-client = "0.2.2"
|
||||
Reference in New Issue
Block a user