# AGENTS.md — Rust + axum - Rust 2024 edition, axum 0.8+, tokio, tower-http. - One application error enum via `thiserror` with `IntoResponse` impl. - `sqlx` with compile-time checked queries. - No blocking I/O in async fns. ```bash cargo check cargo clippy --all-targets -- -D warnings cargo test sqlx migrate run ```