feat(bluez): add AgentManager1, HealthManager1, and ProfileManager1 interfaces

This commit is contained in:
Michael Aaron Murphy 2024-09-30 16:16:24 +02:00
parent 8059e6bdaa
commit 5630ebe694
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
6 changed files with 125 additions and 10 deletions

View file

@ -9,8 +9,8 @@ categories = ["os::linux-apis"]
keywords = ["dbus", "bluez", "zbus", "bluetooth"]
[dependencies]
futures = "0.3.30"
zbus = "4.2.1"
futures-util.workspace = true
zbus.workspace = true
[dev-dependencies]
pico-args = "0.5.0"