Files
dotfiles/hypr/scripts/statmon/Cargo.toml
2026-08-12 07:56:02 -07:00

14 lines
280 B
TOML

[package]
name = "statmon"
version = "0.1.0"
edition = "2024"
[dependencies]
sysinfo = "0.30"
crossterm = "0.27"
chrono = "0.4"
dotenvy = "0.15"
reqwest = { version = "0.11", features = ["blocking", "json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"