16 lines
415 B
TOML
16 lines
415 B
TOML
[package]
|
|
name = "cosmic-settings-a11y-manager-subscription"
|
|
version = "1.0.7"
|
|
edition = "2024"
|
|
license = "MPL-2.0"
|
|
rust-version.workspace = true
|
|
publish = true
|
|
|
|
[dependencies]
|
|
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols" }
|
|
iced_futures = { git = "https://github.com/pop-os/libcosmic" }
|
|
num-derive = "0.4.2"
|
|
num-traits = "0.2.19"
|
|
sctk.workspace = true
|
|
tokio = "1.49.0"
|
|
tracing = "0.1.44"
|