21 lines
584 B
TOML
21 lines
584 B
TOML
[package]
|
|
name = "cosmic-settings-sound-subscription"
|
|
version = "1.0.7"
|
|
edition = "2024"
|
|
rust-version.workspace = true
|
|
license = "MPL-2.0"
|
|
publish = true
|
|
|
|
[dependencies]
|
|
cosmic-pipewire = { path = "../../crates/cosmic-pipewire" }
|
|
futures = "0.3.31"
|
|
intmap = "3.1.3"
|
|
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false }
|
|
numtoa = "1.0.0-alpha1"
|
|
rustix = "1.1.3"
|
|
tokio = { version = "1.49.0", features = ["process", "rt", "time"] }
|
|
tracing = { version = "0.1.44", default-features = false }
|
|
|
|
[features]
|
|
# Set profile on first load
|
|
auto-profile-init = []
|