Add user stats route

This commit is contained in:
2026-03-21 22:01:58 +01:00
parent f19e443eb2
commit be438aa1af
4 changed files with 101 additions and 12 deletions

View File

@@ -14,6 +14,8 @@ sqlx = { version = "0.8.3", features = ["sqlite", "runtime-tokio"] }
tokio = { version = "1.36.0", features = ["rt", "macros", "rt-multi-thread"] }
tui-textarea = "0.7.0"
axum = "0.8.3"
tower-http = { version = "0.6.8", features = ["fs"] }
serde = { version = "1.0", features = ["derive"] }
[profile.optimize]
inherits = "release"