feat: add bindings for BlueZ

This commit is contained in:
Antoine C 2024-09-06 19:49:32 +01:00 committed by Michael Aaron Murphy
parent e0d6a04d6e
commit 8059e6bdaa
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
7 changed files with 763 additions and 0 deletions

17
bluez/Cargo.toml Normal file
View file

@ -0,0 +1,17 @@
[package]
name = "bluez-zbus"
version = "0.1.0"
description = "dbus bindings for org.bluez with zbus"
repository = "https://github.com/pop-os/dbus-settings-bindings"
edition = "2021"
license = "MPL-2.0"
categories = ["os::linux-apis"]
keywords = ["dbus", "bluez", "zbus", "bluetooth"]
[dependencies]
futures = "0.3.30"
zbus = "4.2.1"
[dev-dependencies]
pico-args = "0.5.0"
tokio = { version = "1", features = ["full"] }