mirror of
https://github.com/Traceworks2023/nxtgauge-backend-rust.git
synced 2026-06-11 22:15:25 +00:00
12 lines
262 B
TOML
12 lines
262 B
TOML
[package]
|
|
name = "email"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
lettre = { workspace = true }
|
|
anyhow = { workspace = true }
|
|
tracing = { workspace = true }
|
|
chrono = { workspace = true }
|
|
reqwest = { workspace = true }
|
|
serde = { workspace = true }
|