[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"] } # Error handling anyhow = "1"