atop 0.1.5

Top alternative that shows average CPU usage
[package]
name = "atop"
version = "0.1.5"
edition = "2021"
authors = ["Petter K <ermines-bookie-0l@icloud.com>"]
description = "Top alternative that shows average CPU usage"
license = "Apache-2.0"

[dependencies]
sysinfo = "0.20.5"
structopt = "0.3"

[[bin]]
name = "atop"
path = "src/main.rs"