[package] name = "proctree" version = "0.1.2" edition = "2021" description = "Show running processes in a tree structure" readme = "README.md" homepage = "https://github.com/ynuwenhof/proctree" repository = "https://github.com/ynuwenhof/proctree" license = "MIT OR Apache-2.0" [dependencies] sysinfo = "0.29.0" [dependencies.clap] version = "4.2.7" features = ["derive", "env"]