[feat] use eti game.db, commit not working, something is wrong with game.id in the client/frontend
This commit is contained in:
10
crates/lanspread-compat/Cargo.toml
Normal file
10
crates/lanspread-compat/Cargo.toml
Normal 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 }
|
Reference in New Issue
Block a user