[package]
name = "command-rusage"
version = "1.0.1"
edition = "2021"
description = "Simple crate to get resource usage of a command"
license = "MIT"
authors = ["Oliwier Michalik"]
docs = "https://docs.rs/command-rusage"
[dependencies]
libc = "0.2.149"