Initial testing of Kuma API

This commit is contained in:
2026-04-27 01:22:43 -07:00
commit 61ae0359a8
6 changed files with 5307 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "monitor"
version = "0.1.0"
edition = "2024"
[dependencies]
iced = "0.14.0"
reqwest = { version = "0.13.2", features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
tokio = { version = "1.52.1", features = ["full"] }