2 Commits

Author SHA1 Message Date
ae4cb23acb Merge pull request 'add_api' (#4) from add_api into main
Some checks failed
Build Crate / build (push) Failing after 3m31s
Reviewed-on: https://questia.dev/git/vsquad/pool-elo/pulls/4
2023-09-22 07:46:59 +00:00
f31e87780f Merge pull request 'Add simple data store' (#3) from simple_data_store into main
All checks were successful
Build Crate / build (push) Successful in 5m7s
Reviewed-on: https://questia.dev/git/vsquad/pool-elo/pulls/3
2023-09-20 05:07:31 +00:00
2 changed files with 1 additions and 4 deletions

2
.gitignore vendored
View File

@@ -6,4 +6,4 @@ static
pkg
./Cargo.lock
package-lock.json
/data/
data

View File

@@ -1,3 +0,0 @@
pub type PlayerId = u32;