Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-08-05 | Remove the askama_iron integration | 8 | -72/+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. | |||||
2021-07-01 | Stop eliding lifetimes in paths | 1 | -0/+2 | ||
2020-12-21 | Disable askama's default features in web framework crates | 1 | -1/+1 | ||
Without disabling these default features, askama's default features get automatically enabled when web framework specific crates are included in the project. | |||||
2020-06-30 | Reference READMEs in crate metadata | 1 | -0/+1 | ||
2020-06-30 | Add README files for subcrates | 1 | -0/+9 | ||
2020-06-30 | Bump version numbers | 1 | -2/+2 | ||
2020-06-30 | Add license files to each crate (fixes #339) | 2 | -0/+2 | ||
2020-01-29 | Move Iron integration into a separate askama_iron crate | 5 | -0/+58 | ||