nxtgauge-backend-rust/crates/email/Cargo.toml
Ashwin Kumar b4f714f43f feat(emails): complete email system with 35 branded templates and full wiring
- Add 35 branded HTML email templates with Nxtgauge styling

- Create email template engine with base template system

- Add email management API for admin panel

- Wire email triggers from all services

- All services compile successfully
2026-04-10 04:49:39 +02:00

10 lines
200 B
TOML

[package]
name = "email"
version = "0.1.0"
edition = "2021"
[dependencies]
lettre = { workspace = true }
anyhow = { workspace = true }
tracing = { workspace = true }
chrono = { workspace = true }