cosmic-settings/subscriptions/bluetooth/Cargo.toml

16 lines
382 B
TOML
Raw Normal View History

[package]
name = "cosmic-settings-bluetooth-subscription"
2026-02-17 17:04:16 +01:00
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" }
2026-02-19 18:30:33 +01:00
futures = "0.3.32"
iced_futures = { git = "https://github.com/pop-os/libcosmic" }
2026-01-10 03:47:06 +01:00
tokio = "1.49.0"
tracing = "0.1.44"
2026-02-19 18:30:33 +01:00
zbus = "5.13.2"