aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* add version flagAkshay2020-08-251-1/+6
|
* add help textAkshay2020-08-241-1/+6
|
* add cli optsAkshay2020-08-241-4/+8
|
* refactor db to init once, open connections otherwiseAkshay2020-08-241-4/+6
|
* attempt to use single db connectionAkshay2020-08-231-2/+9
|
* add loggingAkshay2020-08-231-1/+3
|
* refactor src into db and serviceAkshay2020-08-231-140/+5
|
* switch to smol rt, fix form urlencoded requestsAkshay2020-08-231-35/+40
|
* initial multipart handlingAkshay2020-08-231-22/+50
|
* add basic error handlingAkshay2020-08-231-16/+40
|
* initAkshay2020-08-221-0/+97