[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

@ -0,0 +1,10 @@
[package]
name = "lanspread-compat"
version = "0.1.0"
edition = "2021"
[dependencies]
eyre = { workspace = true }
sqlx = { version = "0.8", features = ["sqlite", "runtime-tokio"] }
serde = { workspace = true }
tracing = { workspace = true }