This commit is contained in:
LinlyBoi
2022-12-31 12:43:55 +02:00
parent a4ac6f474b
commit 8ebea56925
6 changed files with 76 additions and 45 deletions

View File

@@ -14,6 +14,6 @@ anyhow = "1.0"
futures = "0.3"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sqlx = {features = ["postgres", "json", "runtime-actix-rustls", "chrono", "decimal", "uuid"] }
async-trait = {}
tokio = { version = "1.20.0", features = ["macros"]}
sqlx = {version = "0.6", features = ["postgres", "json", "runtime-actix-rustls", "chrono", "decimal", "uuid"] }
async-trait = "0.1.60"
actix-web = "4"