First commit
This commit is contained in:
commit
20ce0359e0
6 changed files with 331 additions and 0 deletions
8
Cargo.toml
Normal file
8
Cargo.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "hardware-info"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
sysinfo = "0.30"
|
||||
colored = "2"
|
Loading…
Add table
Add a link
Reference in a new issue