YES
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user