added timestamps to messages

This commit is contained in:
2025-12-15 17:33:13 +01:00
parent 68e093f388
commit 5c3cfdafe4
6 changed files with 62 additions and 14 deletions

View File

@@ -12,7 +12,7 @@ jsonwebtoken = "9.3.1"
password-hash = "0.5.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.143"
sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio-native-tls", "macros", "uuid"] }
sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio-native-tls", "macros", "uuid", "chrono"] }
tokio = { version = "1.47.1", features = ["rt-multi-thread", "macros"] }
tower-http = { version = "0.6.6", features = ["cors", "limit"] }
tower_governor = "0.8.0"