aboutsummaryrefslogtreecommitdiffstats
path: root/askama_iron/tests/basic.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-08-05Remove the askama_iron integrationLibravatar Dirkjan Ochtman1-36/+0
This web framework seems not to have been updated for quite a while, and its current version appears to depend on vulnerable crates. Remove it for now. If someone wants to fix up Iron upstream and reinstate this, I'd be happy to review your PR.
2020-01-29Move Iron integration into a separate askama_iron crateLibravatar Dirkjan Ochtman1-1/+0
2018-12-08Use 2018 edition idiomsLibravatar Dirkjan Ochtman1-3/+0
2018-12-08Remove unused macro_use attributesLibravatar Dirkjan Ochtman1-1/+0
2018-11-04Disable tests that need dependencies by defaultLibravatar Dirkjan Ochtman1-0/+1
2018-01-19infer Content-type from the file extension for iron integrationLibravatar Hajime Fukuda1-0/+20
2017-08-24Simplify Rocket test slightlyLibravatar Dirkjan Ochtman1-1/+1
2017-08-23Add test for Iron supportLibravatar Dirkjan Ochtman1-0/+20