feat: add bindings for BlueZ
This commit is contained in:
parent
e0d6a04d6e
commit
8059e6bdaa
7 changed files with 763 additions and 0 deletions
17
bluez/Cargo.toml
Normal file
17
bluez/Cargo.toml
Normal 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"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue