Commit Graph

12 Commits

Author SHA1 Message Date
shockrah
31d9794d7f + Lazy static because we need to start caching
and avoid insane heap allocations
2021-10-22 23:11:24 -07:00
shockrah
d41aacb629 - Removing clippable-cli tool as it's not useful
File upload is something I'll figure out later
2021-10-16 19:51:45 -07:00
shockrah
e54314a629 - Removing base64 and rocket_contrib deps from project 2021-10-16 18:15:18 -07:00
shockrah
e4373560a4 - removing rocket_contrib from deps
+ Adding rocket feature json
2021-10-11 14:33:51 -07:00
shockrah
bcee741e2e * Upgrading to rocket-v0.0.5-rc.1 2021-10-10 13:22:11 -07:00
shockrah
d06784c06e + Templating support with tera 2021-10-08 13:28:31 -07:00
shockrah
6b8e7de31a * Thumbnails are now included in api response 2021-10-05 13:47:37 -07:00
shockrah
4a45ef5c97 * Updating deps for project 2021-10-04 19:27:54 -07:00
shockrah
8a3b85351e - serde_json from packages as its just redudant
Just 'serde' is all we need rightnow
2021-09-27 20:37:51 -07:00
shockrah
ae3dd475c1 + Json now a required part for web server
This is primarily for JSON based HTTP payloads which should make things
easier to deal with in the browser later
2021-09-27 15:50:31 -07:00
shockrah
a590a648c0 + Rocket 0.4 as main web server dep 2021-09-26 22:37:16 -07:00
shockrah
9f9f61d968 + Package admin things
.gitignore and Cargo package files as well
2021-09-06 16:33:04 -07:00