Adds logging

This commit is contained in:
2025-10-06 16:38:44 +02:00
parent 9f2a63d63d
commit a2b4c027df
6 changed files with 47 additions and 11 deletions

View File

@@ -10,3 +10,5 @@ dotenv = "0.15.0"
uuid = { version = "1.18.1", features = ["v4", "serde"] }
diesel = { version = "2.3.2", features = ["postgres", "uuid", "chrono"] }
chrono = "0.4.42"
log = "0.4.28"
fern = "0.7.1"