Its friday and the drivers are happy

This commit is contained in:
LinlyBoi
2022-12-23 21:54:20 +02:00
parent bcf3ec0d8c
commit d466c1199d
5 changed files with 169 additions and 36 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
diesel = { version = "2.0.0",features = ["postgres","r2d2"] }
diesel = { version = "2.0.0",features = ["postgres","r2d2","chrono"] }
dotenv = "0.15"
chrono = "0.2.25"
common = { path = "../common"}