2024-11-01 08:34:29 -04:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-applet-a11y"
|
2026-01-13 17:21:37 +01:00
|
|
|
version = "1.0.2"
|
2025-08-12 21:38:51 +02:00
|
|
|
edition = "2024"
|
2024-11-01 08:34:29 -04:00
|
|
|
|
|
|
|
|
[dependencies]
|
2025-02-20 16:03:09 +01:00
|
|
|
anyhow.workspace = true
|
|
|
|
|
cctk.workspace = true
|
|
|
|
|
cosmic-protocols.workspace = true
|
2024-11-01 08:34:29 -04:00
|
|
|
cosmic-time.workspace = true
|
|
|
|
|
i18n-embed-fl.workspace = true
|
|
|
|
|
i18n-embed.workspace = true
|
|
|
|
|
libcosmic.workspace = true
|
|
|
|
|
rust-embed.workspace = true
|
2025-02-19 18:31:56 +01:00
|
|
|
tokio.workspace = true
|
2024-11-01 08:34:29 -04:00
|
|
|
tracing-log.workspace = true
|
|
|
|
|
tracing-subscriber.workspace = true
|
|
|
|
|
tracing.workspace = true
|
2025-11-11 16:56:53 +01:00
|
|
|
|
|
|
|
|
[dependencies.cosmic-settings-a11y-manager-subscription]
|
|
|
|
|
git = "https://github.com/pop-os/cosmic-settings"
|
|
|
|
|
|
|
|
|
|
[dependencies.cosmic-settings-accessibility-subscription]
|
|
|
|
|
git = "https://github.com/pop-os/cosmic-settings"
|