首次提交

This commit is contained in:
2024-05-11 23:06:18 +08:00
commit b3f4fe1cc2
5 changed files with 225 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "ProcessManager"
version = "0.1.0"
edition = "2021"
[dependencies]
nix = { version = "0.28.0", features = ["user"] }
colored = "2.0"