added user config

This commit is contained in:
2026-07-09 17:42:42 +02:00
parent 3cf2379880
commit edbdef838b
5 changed files with 137 additions and 46 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ mime_guess = "2.0.5"
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", "chrono"] }
sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio-native-tls", "macros", "uuid", "chrono", "json"] }
tokio = { version = "1.47.1", features = ["rt-multi-thread", "macros"] }
tower = "0.5.3"
tower-http = { version = "0.6.6", features = ["cors", "limit", "trace", "fs"] }