Stats route
This commit is contained in:
parent
812abbe4f5
commit
6b51817302
4 changed files with 543 additions and 12 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue