aboutsummaryrefslogtreecommitdiffstats
path: root/askama_axum/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-19Remove ext argument in integrationsLibravatar René Kijewski1-1/+1
2022-03-31Simplify the implementation of askama_axumLibravatar Jonas Platte1-16/+9
2022-01-07Use Template::MIME_TYPE instead of extensionLibravatar René Kijewski1-3/+3
2022-01-06Add `#![forbid(unsafe_code)]` to all crates except askama_escapeLibravatar René Kijewski1-0/+1
2022-01-06Add `#![deny(unreachable_pub)]` to all cratesLibravatar René Kijewski1-0/+1
2021-12-05Update axum to 0.4 (by switching to axum-core)Libravatar Michael Alyn Miller1-8/+9
2021-11-27Add Axum integrationLibravatar Michael Alyn Miller1-0/+25