aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Use route decorators to produce different output formats.Harald Eilertsen2017-11-201-0/+5
| | | | | | This seems to be the more proper way of doing it. Also makes it much clearer which routes exists, and what formats they accept. Both in the code and in the status output.
* Use serde_json to create json response when requested by client.Harald Eilertsen2017-11-201-0/+3
|
* Add Bart templating engine.Harald Eilertsen2017-11-161-0/+2
|
* Add dependency to r2d2 to manage database access.Harald Eilertsen2017-10-011-0/+2
|
* Add dep to diesel, and set it up.Harald Eilertsen2017-10-011-0/+3
|
* Initial launch!Harald Eilertsen2017-10-011-0/+8