cosmic-applets/cosmic-applet-battery/Cargo.toml
Ian Douglas Scott 78b734afc2 audio: Use volume subscription to detect changes
Fixes https://github.com/pop-os/cosmic-applets/issues/301.

Should be combined with the subscription code here to avoid duplication,
and two things using pulse.
2024-07-01 20:07:39 -07:00

22 lines
581 B
TOML

[package]
name = "cosmic-applet-battery"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0"
[dependencies]
cosmic-settings-subscriptions.workspace = true
cosmic-time.workspace = true
drm = "0.11.1"
futures.workspace = true
i18n-embed-fl.workspace = true
i18n-embed.workspace = true
libcosmic.workspace = true
once_cell = "1.19.0"
rust-embed.workspace = true
tokio = { version = "1.36.0", features = ["sync", "rt", "rt-multi-thread", "fs", "macros"] }
tracing-log.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true
udev = "0.8"
zbus.workspace = true