First commit

This commit is contained in:
ManOfGoldForever 2026-02-05 14:54:10 -05:00
commit c199866f1c
5 changed files with 37 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "process-killer-dashboard"
version = "0.1.0"
edition = "2024"
[dependencies]
crossterm = "0.29.0"
ratatui = "0.30.0"
sysinfo = "0.38.0"