First commit

This commit is contained in:
Andrew Schott 2025-06-13 01:10:08 -05:00
commit 20ce0359e0
6 changed files with 331 additions and 0 deletions

8
Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "hardware-info"
version = "0.1.0"
edition = "2021"
[dependencies]
sysinfo = "0.30"
colored = "2"