env and docker fixes

This commit is contained in:
2025-11-04 12:54:22 +01:00
parent 67302965d8
commit 359f7a4ad8
16 changed files with 156 additions and 34 deletions

View File

@@ -18,7 +18,7 @@ bcrypt = "0.17"
r2d2 = "0.8"
r2d2_sqlite = "0.31.0"
dashmap = "6.1"
rusqlite = "0.37.0"
rusqlite = { version = "0.37", features = ["bundled"] }
jsonwebtoken = "9.3.1"
dotenvy = "0.15.7"
chrono = "0.4.42"