contact-form/Cargo.toml
2022-10-31 02:13:42 +01:00

17 lines
372 B
TOML

[package]
name = "contact-form"
version = "0.1.0"
authors = ["Mo Bitar <mo8it@proton.me>"]
edition = "2021"
readme = "README.adoc"
license-file = "LICENSE.txt"
[dependencies]
anyhow = "1.0"
axum = "0.5"
captcha = "0.0.9"
lettre = "0.10"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tera = "1.17"
tokio = { version = "1.21", features = ["full"] }