Files
MailSender/Cargo.toml
Renovate Bot d93919ad88
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Update Rust crate tracing-subscriber to 0.3.22
2025-11-30 00:14:26 +00:00

11 lines
289 B
TOML

[package]
name = "mail-sender"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.53", features = ["derive"] }
lettre = { version = "0.11.19", features = ["tracing"] }
tracing = "0.1.43"
tracing-subscriber = "0.3.22"
uuid = { version = "1.18.1", features = ["v4"] }