This commit is contained in:
sparshg
2024-09-18 16:54:20 +05:30
parent 04b9a9502b
commit 31ff8d0753
13 changed files with 865 additions and 51 deletions

View File

@@ -6,7 +6,13 @@ edition = "2021"
[dependencies]
axum = "0.7.5"
dotenv = "0.15.0"
futures-util = "0.3.30"
rand = "0.8.5"
serde = { version = "1.0.210", features = ["derive"] }
sqlx = "0.8.2"
serde_json = "1.0.128"
socketioxide = { version = "0.14.1", features = ["state", "tracing"] }
sqlx = { version = "0.8.2", features = ["macros", "postgres", "runtime-tokio"] }
tokio = { version = "1.40.0", features = ["full"] }
tower-http = { version = "0.5.2", features = ["cors"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"