Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-08 | feat(main): Add support for Tera templates | Vincent Ambo | 1 | -0/+3 | |
Sets up the structure required to carry Tera templates in the actix-web state. The (still very barebones) index renderer has been updated to render a Tera template. | |||||
2018-04-08 | chore(cargo): Add dependency on tera | Vincent Ambo | 1 | -0/+59 | |
Adds tera as the templating engine. | |||||
2018-04-08 | feat(main): Add barebares thread listing | Vincent Ambo | 1 | -0/+1 | |
This ties together the first components here (actix, diesel etc.) to provide a _very_ simple thread overview. | |||||
2018-04-08 | feat(db): Bootstrap DbExecutor actor | Vincent Ambo | 1 | -0/+29 | |
Bootstraps an Actix actor carrying DB connections. This actor will be used to interact with converse's database. | |||||
2018-04-08 | chore: Add bootstrapped Cargo project | Vincent Ambo | 1 | -0/+1811 | |