cosmic-applets/applets/cosmic-applet-audio/Cargo.toml
Ashley Wulber 06d9584a31 license
2022-05-26 11:59:09 -04:00

22 lines
596 B
TOML

[package]
name = "cosmic-applet-audio"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-or-later"
[dependencies]
futures-util = "0.3.21"
libcosmic-widgets = { git = "https://github.com/pop-os/libcosmic", branch = "lucy/widgets" }
libpulse-binding = "2.26.0"
pulsectl-rs = "0.3.2"
tracker = "0.1.1"
freedesktop-desktop-entry = "0.5.0"
mpris2-zbus = { git = "https://github.com/pop-os/mpris2-zbus" }
zbus = "2.1.1"
tokio = { version = "1.17.0", features = ["full"] }
relm4-macros = "0.4.4"
once_cell = "1.10.0"
gtk4 = { version = "0.4.7", features = ["v4_2"] }
async-io = "1.6.0"
[features]