cosmic-settings/subscriptions/settings-daemon/Cargo.toml
Michael Aaron Murphy c05dad00de fix(a11y): listen to screen reader changes from org.a11y.Bus
Enables the screen reader toggle to toggle when using the shortcut.
2026-01-09 22:28:48 +01:00

14 lines
305 B
TOML

[package]
name = "cosmic-settings-daemon-subscription"
version = "1.0.2"
edition = "2024"
rust-version.workspace = true
publish = true
[dependencies]
futures = "0.3.31"
iced_futures = { git = "https://github.com/pop-os/libcosmic" }
log = "0.4.28"
tokio = "1.48.0"
tokio-stream = "0.1.17"
zbus = "5.12.0"