update user.rs file and integration in main file

This commit is contained in:
2026-03-31 16:21:46 +02:00
parent 3a6bd21b59
commit 6a5774667e
5 changed files with 79 additions and 10 deletions

View File

@@ -10,3 +10,4 @@ serde = "1.0.228"
tokio = { version = "1.50.0", features = ["full"] }
tracing-subscriber = "0.3.23"
tower-http = { version = "0.6", features = ["fs"] }
sqlite = "*"