14 lines
306 B
TOML
14 lines
306 B
TOML
[package]
|
|
name = "cosmic-settings-airplane-mode-subscription"
|
|
version = "1.0.7"
|
|
edition = "2024"
|
|
license = "MPL-2.0"
|
|
rust-version.workspace = true
|
|
publish = true
|
|
|
|
[dependencies]
|
|
futures = "0.3.32"
|
|
iced_futures = { path = "../../../libcosmic/iced/futures" }
|
|
log = "0.4.29"
|
|
rustix = "1.1.3"
|
|
tokio = "1.49.0"
|