21 lines
434 B
TOML
21 lines
434 B
TOML
[package]
|
|
name = "cosmic-pipewire"
|
|
version = "1.0.7"
|
|
edition = "2024"
|
|
repository = "https://github.com/pop-os/cosmic-settings"
|
|
rust-version.workspace = true
|
|
license = "MPL-2.0"
|
|
publish = true
|
|
|
|
[dependencies]
|
|
intmap = "3.1.3"
|
|
libspa = "0.9.2"
|
|
libspa-sys = "0.9.2"
|
|
pipewire = "0.9"
|
|
serde = { version = "1.0.228", features = ["derive"]}
|
|
serde_json = "1.0.149"
|
|
tracing = "0.1.44"
|
|
|
|
[features]
|
|
# Cache route port types
|
|
route-port-type = []
|