Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "demo"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
sqlx = { version = "0.8.6", features = ["macros", "postgres", "runtime-tokio"] }
|
||||
tokio = { version = "1.51.1", features = ["full"] }
|
||||
Reference in New Issue
Block a user