feat: multiple graphs

This commit is contained in:
electria 2026-08-15 18:16:16 -07:00
commit 98b7a8d201
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs
4 changed files with 82 additions and 16 deletions

View file

@ -1,4 +1,5 @@
mod app;
mod sysinfo_snapshot;
fn main() -> Result<(), impl std::error::Error> {
app::run()