Added db to backend.

This commit is contained in:
2026-01-16 03:27:07 +01:00
parent 0d5fef7fbb
commit 5f36b535a2
7 changed files with 44 additions and 8 deletions
+2 -3
View File
@@ -17,7 +17,6 @@ http = "1.4.0"
tracing = "=0.1.44"
tracing-subscriber = "0.3.22"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
@@ -25,8 +24,8 @@ serde_json = "1.0.149"
env_logger = "0.11.8"
# Database
sqlx = { version = "0.8.6", features = [ "runtime-async-std-native-tls", "postgres", "chrono" ] }
sqlx = { version = "0.8.6", features = [ "runtime-async-std-native-tls", "postgres", "chrono", "macros" ] }
# Etc.
dotenv = "0.15.0"
chrono = { version = "0.4.42" }
chrono = { version = "0.4.43" }