2026-03-17 16:56:55 -04:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-settings-pulse-subscription"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
|
|
|
|
rust-version.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
libpulse-binding = { version = "2.30.1" }
|
|
|
|
|
rustix = { version = "1.1.3", features = ["pipe"] }
|
2026-05-23 20:49:24 +02:00
|
|
|
iced_futures = { path = "../../../libcosmic/iced/futures" }
|
2026-03-17 16:56:55 -04:00
|
|
|
futures = "0.3.32"
|
|
|
|
|
log = "0.4.27"
|