2025-10-08 08:19:35 +02:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-settings-airplane-mode-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]
|
|
|
|
|
futures = "0.3.31"
|
|
|
|
|
iced_futures = { git = "https://github.com/pop-os/libcosmic" }
|
2026-01-10 03:47:06 +01:00
|
|
|
log = "0.4.29"
|
|
|
|
|
rustix = "1.1.3"
|
|
|
|
|
tokio = "1.49.0"
|