feat: add psutil

This commit is contained in:
2020-10-17 12:30:27 +08:00
parent 269d087daa
commit 1eb86656bf
4 changed files with 263 additions and 0 deletions

12
__linux/psutil/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "psutil"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
psutil = "3.2"