feat: merge subscriptions crate into cosmic-settings repo
This commit is contained in:
parent
a2f53f2239
commit
600720b7d1
47 changed files with 8399 additions and 63 deletions
19
subscriptions/sound/Cargo.toml
Normal file
19
subscriptions/sound/Cargo.toml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[package]
|
||||
name = "cosmic-settings-sound-subscription"
|
||||
version = "1.0.0-beta1"
|
||||
edition = "2024"
|
||||
rust-version.workspace = true
|
||||
license = "MPL-2.0"
|
||||
publish = true
|
||||
|
||||
[dependencies]
|
||||
async-fn-stream = "0.3.1"
|
||||
futures = "0.3.31"
|
||||
indexmap = "2.11.4"
|
||||
libcosmic = { git = "https://github.com/pop-os/libcosmic" }
|
||||
libpulse-binding = "2.30.1"
|
||||
log = "0.4.28"
|
||||
pipewire = "0.8"
|
||||
rustix = "1.0.8"
|
||||
tokio = "1.47.1"
|
||||
tracing = "0.1.41"
|
||||
Loading…
Add table
Add a link
Reference in a new issue