feat: initial commit and first database layout draft
This commit is contained in:
7
Cargo.toml
Normal file
7
Cargo.toml
Normal file
@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "ice-bingo"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
sqlx = { version = "0.8.2", features = ["postgres", "runtime-tokio-rustls", "any"] }
|
Reference in New Issue
Block a user