This commit is contained in:
Amber
2020-08-26 17:01:50 +00:00
commit 1517ffd99b
4 changed files with 293 additions and 0 deletions

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "psysinfo"
version = "0.1.0"
authors = ["lrzeller"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sysinfo = "0.15.1"
colored = "2.0.0"
[[bin]]
name = "psysinfo"
path = "main.rs"