pumo-system-info/Cargo.toml

15 lines
445 B
TOML
Raw Normal View History

2025-05-23 21:09:36 +02:00
[package]
name = "pumo-system-info"
version = "0.1.0"
edition = "2024"
authors = ["Lucien Cartier-Tilet <lucien@phundrak.com>"]
license = "GPL-3.0-or-later"
description = "Gather system information in JSON format"
publish = false
[dependencies]
anyhow = "1.0.98"
dbus = { version = "0.9.7", features = ["vendored"] }
2025-05-24 01:51:47 +02:00
nix = { version = "0.30.1", features = ["user"] }
2025-05-23 21:09:36 +02:00
serde = { version = "1.0.219", features = ["derive"] }
2025-05-24 02:38:41 +02:00
serde_json = "1.0.140"