cosmic-applets/applets/cosmic-applet-audio/Cargo.toml

22 lines
586 B
TOML
Raw Normal View History

2022-03-07 11:15:20 -05:00
[package]
name = "cosmic-applet-audio"
version = "0.1.0"
edition = "2021"
license = "LGPL-3.0-or-later"
[dependencies]
async-io = "1.6.0"
2022-03-07 11:15:20 -05:00
futures-util = "0.3.21"
2022-03-07 15:04:14 -05:00
libcosmic-widgets = { git = "https://github.com/pop-os/libcosmic", branch = "lucy/widgets" }
2022-03-11 11:06:41 -05:00
libpulse-binding = "2.26.0"
2022-03-07 15:04:14 -05:00
pulsectl-rs = "0.3.2"
2022-04-05 12:34:14 -04:00
relm4 = { git = "https://github.com/AaronErhardt/relm4", rev = "7404ad64ca8763f6629cadcd743947cd29e1538a", features = [
2022-03-28 15:25:26 -04:00
"macros",
] }
tracker = "0.1.1"
2022-03-28 15:25:26 -04:00
freedesktop-desktop-entry = "0.5.0"
2022-04-05 12:34:14 -04:00
mpris2-zbus = { git = "https://github.com/pop-os/mpris2-zbus" }
zbus = "2.1.1"
[features]