13 lines
318 B
TOML
13 lines
318 B
TOML
[package]
|
|
name = "mail-deleter"
|
|
version = "0.1.0"
|
|
authors = ["baalajimaestro <me@baalajimaestro.me>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
imap = "3.0.0-alpha.8"
|
|
base64 = "0.13.0"
|
|
regex = "1.6.0"
|
|
rustls-connector = "0.16.1"
|