Manage game saves across multiple devices
Go to file
Rekai Nyangadzayi Musuka a0357b3ee3 fix(client): Remove tracked_files property
Maybe there might be value in looking to caching values from the
database, but as of right now it's complexity that doesn't really makes
sense since the program never lives long enough for us to ever use the
cache.
2021-03-02 20:32:24 -06:00
client fix(client): Remove tracked_files property 2021-03-02 20:32:24 -06:00
migrations feat: Implement list info, and drop commands 2021-03-02 20:21:57 -06:00
server chore: work on project structure 2021-03-01 18:58:11 -06:00
src feat: Implement list info, and drop commands 2021-03-02 20:21:57 -06:00
.drone.yml feat(docs): document public api in game.rs and db.rs 2021-03-01 22:55:09 -06:00
.env.example feat(db): add diesel and sqlite3 as dependencies 2021-03-01 22:54:11 -06:00
.gitignore chore: work on project structure 2021-03-01 18:58:11 -06:00
Cargo.toml feat: Implement list info, and drop commands 2021-03-02 20:21:57 -06:00
diesel.toml feat(db): add diesel and sqlite3 as dependencies 2021-03-01 22:54:11 -06:00