feat: merge subscriptions crate into cosmic-settings repo

This commit is contained in:
Michael Aaron Murphy 2025-10-08 08:19:35 +02:00 committed by Michael Murphy
parent a2f53f2239
commit 600720b7d1
47 changed files with 8399 additions and 63 deletions

View file

@ -0,0 +1,14 @@
[package]
name = "cosmic-settings-daemon-subscription"
version = "0.1.0"
edition = "2024"
rust-version.workspace = true
publish = true
[dependencies]
futures = "0.3.31"
iced_futures = { git = "https://github.com/pop-os/libcosmic" }
log = "0.4.28"
tokio = "1.47.1"
tokio-stream = "0.1.17"
zbus = "5.11.0"