mail-deleter/Cargo.toml

14 lines
318 B
TOML
Raw Permalink Normal View History

[package]
name = "mail-deleter"
version = "0.1.0"
authors = ["baalajimaestro <me@baalajimaestro.me>"]
edition = "2021"
# 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"