feat(bluez): integrations for creating bluez agents

This commit is contained in:
Michael Aaron Murphy 2024-10-02 09:54:28 +02:00
parent 01ee80cd97
commit 931f5db558
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
5 changed files with 363 additions and 0 deletions

View file

@ -9,9 +9,14 @@ categories = ["os::linux-apis"]
keywords = ["dbus", "bluez", "zbus", "bluetooth"]
[dependencies]
futures-channel.workspace = true
futures-util.workspace = true
tracing.workspace = true
zbus.workspace = true
[dev-dependencies]
color-eyre = "0.6.3"
eyre = "0.6.12"
pico-args = "0.5.0"
tokio = { version = "1", features = ["full"] }
tracing-subscriber = "0.3.18"