15 lines
382 B
TOML
15 lines
382 B
TOML
[package]
|
|
name = "cosmic-settings-bluetooth-subscription"
|
|
version = "1.0.7"
|
|
edition = "2024"
|
|
license = "MPL-2.0"
|
|
rust-version.workspace = true
|
|
publish = true
|
|
|
|
[dependencies]
|
|
bluez-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
|
futures = "0.3.32"
|
|
iced_futures = { git = "https://github.com/pop-os/libcosmic" }
|
|
tokio = "1.49.0"
|
|
tracing = "0.1.44"
|
|
zbus = "5.13.2"
|