A few changes to the trait :D
This commit is contained in:
@@ -13,6 +13,7 @@ anyhow = "1.0"
|
||||
futures = "0.3"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
sqlx = {version = "0.6", features = ["postgres", "json", "runtime-actix-rustls", "chrono", "decimal", "uuid"] }
|
||||
sqlx = {version = "0.6", features = ["postgres", "json", "runtime-actix-rustls", "chrono", "decimal", "uuid", "offline"] }
|
||||
async-trait = "0.1.60"
|
||||
actix-web = "4"
|
||||
chrono = {features = ["serde"]}
|
||||
|
||||
Reference in New Issue
Block a user