aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to Diesel 1.1 and r2d2 0.8.2.Harald Eilertsen2018-01-181-4/+3
| | | | Also drop the now obsolete diesel_codegen crate.
* Update rocket and dotenv.Harald Eilertsen2018-01-141-4/+4
|
* 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