Initial commit

This commit is contained in:
2026-04-14 03:44:59 +02:00
commit 0e908afbf7
33 changed files with 595 additions and 0 deletions
+8
View File
@@ -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"] }