Files
MailSender/Cargo.toml
Renovate Bot 45a8864f99
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Update Rust crate tracing to 0.1.44
2025-12-19 00:29:16 +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.44"
tracing-subscriber = "0.3.22"
uuid = { version = "1.19.0", features = ["v4"] }