feat(bluetooth): get bluetooth devices

This commit is contained in:
2025-05-23 21:09:36 +02:00
commit 93b3bb4830
11 changed files with 1122 additions and 0 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[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"] }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"