A few changes to the trait :D

This commit is contained in:
LinlyBoi
2022-12-31 17:55:19 +02:00
parent 7fab1257a9
commit ebe885e02d
5 changed files with 14 additions and 2651 deletions

View File

@@ -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"]}