[[bin]]
name = "miniproc"
path = "src/main.rs"
[dependencies.sysinfo]
version = "0.33.1"
[package]
authors = ["Christoph J. Scherr <software@cscherr.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "a tiny list of os processes"
edition = "2021"
homepage = "https://github.com/PlexSheep/mini-proclist"
keywords = ["process", "cli", "top"]
license = "GPL-3.0-or-later"
name = "mini-proclist"
publish = true
readme = "README.md"
repository = "https://github.com/PlexSheep/mini-proclist"
version = "0.1.1"