Initial commit

This commit is contained in:
Jack Mechem 2026-03-26 18:23:17 -07:00
commit 812abbe4f5
6 changed files with 694 additions and 0 deletions

8
Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "server-stats-rust"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = "0.8.8"
tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread"] }