sarmentine/Cargo.toml
2026-04-07 21:41:39 -04:00

16 lines
394 B
TOML

[package]
name = "sarmentine"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.7"
tokio = { version = "1", features = ["full"] }
askama = { version = "0.12", features = ["with-axum"] }
askama_axum = "0.4"
tower-http = { version = "0.5", features = ["fs"] }
sqlx = { version = "0.7", features = ["runtime-tokio", "sqlite", "migrate"] }
dotenvy = "0.15"
# Error handling
anyhow = "1"