Add statmon script and update configs

This commit is contained in:
2026-07-27 12:28:01 -07:00
parent 7a9fd83a46
commit 8d587dd4d5
6 changed files with 1213 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
[package]
name = "statmon"
version = "0.1.0"
edition = "2024"
[dependencies]
sysinfo = "0.30"
crossterm = "0.27"
chrono = "0.4"