summaryrefslogtreecommitdiff
path: root/src/bin/web.rs
Commit message (Collapse)AuthorAge
* Move to Askama templates.Owen Jacobson2022-06-08
| | | | | | The author of maud seems to be slow on updating to newer actix releases, and the syntax, while clever, is ultimately less tool-friendly than "HTML with some weird characters" is. I do still like the idea, but I also want to use Actix 4.
* fmtOwen Jacobson2020-06-04
|
* Renamed primary binary to `web`.Owen Jacobson2020-06-04
This closely matches Procfile entries, making the structure of the project a little easier to follow.