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

26 lines
846 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"
2022-05-26 11:59:09 -04:00
license = "GPL-3.0-or-later"
2022-03-07 11:15:20 -05:00
[dependencies]
futures = "0.3.21"
2022-03-07 11:15:20 -05:00
futures-util = "0.3.21"
libcosmic-applet = { path = "../../libcosmic-applet" }
2022-06-27 18:36:28 -07:00
libcosmic-widgets = { git = "https://github.com/pop-os/libcosmic", branch = "relm4-next" }
2022-03-11 11:06:41 -05:00
libpulse-binding = "2.26.0"
libpulse-glib-binding = "2.25.0"
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"
tokio = { version = "1.17.0", features = ["full"] }
2022-06-27 18:36:28 -07:00
relm4 = { git = "https://github.com/relm4/relm4", branch = "next", features = ["macros"] }
relm4-macros = { git = "https://github.com/relm4/relm4", branch = "next" }
once_cell = "1.10.0"
2022-06-27 18:36:28 -07:00
gtk4 = { git = "https://github.com/gtk-rs/gtk4-rs", features = ["v4_2"] }
async-io = "1.6.0"
[features]