[feat] use eti game.db, commit not working, something is wrong with game.id in the client/frontend

This commit is contained in:
2024-11-12 22:12:49 +01:00
parent ba2177abf0
commit 1388bc2115
17 changed files with 790 additions and 310 deletions

View File

@ -13,7 +13,8 @@ unwrap_used = "warn"
[dependencies]
# external
eyre = { workspace = true}
semver = { workspace = true}
serde = { workspace = true}
serde_json = { workspace = true}
eyre = { workspace = true }
semver = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
tracing = { workspace = true }