thiserror

This commit is contained in:
sparshg
2024-09-19 00:56:21 +05:30
parent d38952a628
commit 0242a92ab2
5 changed files with 68 additions and 42 deletions

View File

@@ -12,6 +12,7 @@ serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
socketioxide = { version = "0.14.1", features = ["state", "tracing"] }
sqlx = { version = "0.8.2", features = ["macros", "postgres", "runtime-tokio"] }
thiserror = "1.0.63"
tokio = { version = "1.40.0", features = ["full"] }
tower-http = { version = "0.5.2", features = ["cors"] }
tracing = "0.1.40"