aboutsummaryrefslogtreecommitdiffstats
path: root/askama_axum/src/lib.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add `#![forbid(unsafe_code)]` to all crates except askama_escapeLibravatar René Kijewski2022-01-061-0/+1
|
* Add `#![deny(unreachable_pub)]` to all cratesLibravatar René Kijewski2022-01-061-0/+1
|
* Update axum to 0.4 (by switching to axum-core)Libravatar Michael Alyn Miller2021-12-051-8/+9
|
* Add Axum integrationLibravatar Michael Alyn Miller2021-11-271-0/+25