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

15 lines
453 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]
futures-util = "0.3.21"
gtk4 = "0.4.6"
2022-03-07 15:04:14 -05:00
libcosmic-widgets = { git = "https://github.com/pop-os/libcosmic", branch = "lucy/widgets" }
2022-03-07 11:15:20 -05:00
once_cell = "1.10.0"
2022-03-07 15:04:14 -05:00
pulsectl-rs = "0.3.2"
relm4 = { git = "https://github.com/AaronErhardt/relm4", branch = "new-approach", features = ["macros"] }
2022-03-07 11:15:20 -05:00
tokio = { version = "1.17.0", features = ["full"] }