aboutsummaryrefslogtreecommitdiffstats
path: root/src/remote/mod.rs (follow)
Commit message (Collapse)AuthorAge
* Switch to Warp + SQLx, use async, switch to Rust stable (#36)Ellie Huxtable2021-04-20
| | | | | * Switch to warp + sql, use async and stable rust * Update CI to use stable
* Implement server (#23)Ellie Huxtable2021-03-21
| | | | | | | * Add initial database and server setup * Set up all routes, auth, etc * Implement sessions, password auth, hashing with argon2, and history storage
* Make pedantic clippy happyEllie Huxtable2021-02-14