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

@ -16,9 +16,11 @@ members = [
]
[workspace.dependencies]
futures-channel = "0.3.30"
futures-util = "0.3.30"
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"
time = { version = "0.3", features = ["parsing"] }
tracing = "0.1.40"
zbus = { version = "4.2.1" }
zvariant = { version = "4.1.0" }