Stats route

This commit is contained in:
Jack Mechem 2026-03-26 19:56:57 -07:00
parent 812abbe4f5
commit 6b51817302
4 changed files with 543 additions and 12 deletions

View file

@ -5,4 +5,8 @@ edition = "2024"
[dependencies]
axum = "0.8.8"
tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread"] }
chrono = "0.4.44"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.149"
sysinfo = "0.38.4"
tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread", "process"] }