Uketoru/Cargo.toml

17 lines
493 B
TOML
Raw Normal View History

2024-10-23 23:19:53 +00:00
[package]
name = "uketoru"
2024-10-24 02:28:04 +00:00
description = "Simple SMTP Relay"
repository = "https://github.com/SapphirusBeryl/Uketoru/"
2024-10-23 23:19:53 +00:00
authors = [ "Xavier Moffett <sapphirus@azorium.net>" ]
2024-10-24 02:28:04 +00:00
license = "MIT"
2024-10-23 23:19:53 +00:00
version = "0.1.0"
edition = "2021"
rust-version="1.82"
[dependencies]
axum = { version = "0.7.7", default-features = false, features = [ "json", "http1", "tokio" ] }
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.0", features = ["full"] }
lettre = "0.11.10"
toml = "0.8.19"