updating api formats

This commit is contained in:
2023-09-16 22:39:02 -04:00
parent 7d9d32558f
commit 4a3225c3f9
23 changed files with 522 additions and 79 deletions

View File

@@ -8,6 +8,8 @@ edition = "2021"
[dependencies]
actix-web = "4.4.0"
actix-rt = "2.9.0"
actix-cors = "0.6.4"
actix-identity = "0.5.0"
chrono = { version = "0.4.30", features = ["serde"] }
dotenv = "0.15.0"
diesel = { version = "2.0", features = ["postgres", "r2d2", "uuid", "chrono"] }
@@ -23,5 +25,4 @@ serde = {version = "1.0.188", features = ["derive"]}
serde_json = "1.0.105"
tokio = { version = "1.32.0", features = ["macros", "rt"] }
uuid = { version = "1.4.1", features = ["serde", "v4"] }
log = "0.4.20"
actix-cors = "0.6.4"
log = "0.4.20"