Manage game saves across multiple devices
Go to file
Rekai Nyangadzayi Musuka 125bc24ed0 feat: Implement list info, and drop commands
Save Sync now has persistent storage. Currently, you can add new Saves,
Remove them, and get info about them. The part of CRUD that is remaining
is Update. Documentation needs to be written, a lot of the public API
changed.
2021-03-02 20:21:57 -06:00
client feat: Implement list info, and drop commands 2021-03-02 20:21:57 -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