This commit is contained in:
nora 2021-07-16 11:13:16 +02:00
parent 92f6d45c69
commit 2f67d81e41
10 changed files with 101 additions and 3 deletions

View file

@ -11,7 +11,7 @@ actix-web = "2.0.0"
actix-web-httpauth = { git = "https://github.com/actix/actix-web-httpauth" }
chrono = { version = "0.4.10", features = ["serde"] }
derive_more = "0.99.2"
diesel = { version = "1.4.2", features = ["postgres","uuidv07", "r2d2", "chrono"] }
diesel = { version = "1.4.2", features = ["postgres", "uuidv07", "r2d2", "chrono"] }
dotenv = "0.15.0"
futures = "0.3.1"
r2d2 = "0.8.8"