pumo-system-info/Cargo.toml

17 lines
526 B
TOML

[package]
name = "pumo-system-info"
version = "0.1.0"
authors = ["Lucien Cartier-Tilet <lucien@phundrak.com>"]
edition = "2021"
license = "GPL-3.0-or-later"
description = "Gather and output system information"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sysinfo = "0.21"
clap = { version = "3.0.0-rc.0", default-features = false, features = ["std", "derive", "color"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"