Adds fetching actions

This commit is contained in:
2026-07-05 11:06:18 +02:00
parent aef4abc72c
commit eb078be3c6
8 changed files with 84 additions and 18 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ rocket = { version = "0.5.1", features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
dotenv = "0.15.0"
uuid = { version = "1.18.1", features = ["v4", "serde"] }
diesel = { version = "2.3.2", features = ["postgres", "uuid", "chrono"] }
diesel = { version = "2.3.2", features = ["postgres", "uuid", "chrono", "r2d2"] }
chrono = "0.4.42"
log = "0.4.28"
fern = "0.7.1"