aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(routes): support for anime boysFuwn2022-03-241-4/+19
|
* feat: cache github apiFuwn2022-03-241-0/+1
| | | | | | | | This commit allows The Senpy Club API to cache GitHub's API response, refreshing the cache every fifty accesses. This commit also gets rid of a few dependencies which were replaced by their standard library counterparts.
* feat(api): /me routeFuwn2022-03-201-1/+8
|
* feat(lib): smaller allocatorFuwn2022-03-191-0/+3
|
* refactor: use vergen for build variablesFuwn2022-03-091-1/+1
|
* fix: corsFuwn2022-03-081-1/+2
|
* feat: worker done :star:Fuwn2022-03-081-0/+70