pumo-system-info/Cargo.toml
Lucien Cartier-Tilet fb2b7f8100
initial commit
This commit contains a functionning data collector for bluetooth devices.
2025-05-24 00:27:28 +02:00

17 lines
440 B
TOML

[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"] }
dbus-codegen = "0.12.0"
dbus-tree = "0.9.2"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"