contact-form/Cargo.toml
2022-10-29 00:40:14 +02:00

16 lines
388 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"
captcha = "0.0.9"
lettre = "0.10"
rocket = "0.5.0-rc.2"
rocket_dyn_templates = { version = "0.1.0-rc.2", features = ["tera"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"