First commit

This commit is contained in:
Marco De Araujo 2025-12-21 09:42:09 -04:00
commit 4cedb17b60
6 changed files with 2094 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "uptime-kuma-dashboard"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5", features = ["derive", "env"] }
reqwest = { version = "0.12", features = ["blocking", "json"] }
anyhow = "1.0"
fluent-templates = "0.13.2"
unic-langid = "0.9.6"
sys-locale = "0.3.2"