You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
628 B

[package]
name = "forms-tait-tech"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
askama = { version = "0.12.1", features = ["with-axum"] }
askama_axum = "0.4.0"
axum = "0.7.2"
axum_csrf = { version = "0.9.0", features = ["layer"] }
lettre = { version = "0.11.2", default-features = false, features = ["tokio1-rustls-tls", "tokio1", "smtp-transport", "builder"] }
serde = "1.0.193"
sqlx = { version = "0.7.3", features = ["postgres", "runtime-tokio"] }
tokio = { version = "1.35.0", features = ["macros", "rt-multi-thread"] }