2025-10-08 08:19:35 +02:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-settings-a11y-manager-subscription"
|
2026-02-17 17:04:16 +01:00
|
|
|
version = "1.0.7"
|
2025-10-08 08:19:35 +02:00
|
|
|
edition = "2024"
|
|
|
|
|
license = "MPL-2.0"
|
|
|
|
|
rust-version.workspace = true
|
|
|
|
|
publish = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-05-23 20:49:24 +02:00
|
|
|
cosmic-protocols = { path = "../../../cosmic-protocols" }
|
|
|
|
|
iced_futures = { path = "../../../libcosmic/iced/futures" }
|
2025-10-08 08:19:35 +02:00
|
|
|
num-derive = "0.4.2"
|
|
|
|
|
num-traits = "0.2.19"
|
2026-01-10 03:47:06 +01:00
|
|
|
sctk.workspace = true
|
|
|
|
|
tokio = "1.49.0"
|
|
|
|
|
tracing = "0.1.44"
|