2022-03-07 11:15:20 -05:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-applet-audio"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
2022-12-08 11:58:39 -07:00
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
2022-03-07 11:15:20 -05:00
|
|
|
|
|
|
|
|
[dependencies]
|
2022-12-08 11:58:39 -07:00
|
|
|
icon-loader = { version = "0.3.6", features = ["gtk"] }
|
2022-03-11 11:06:41 -05:00
|
|
|
libpulse-binding = "2.26.0"
|
2022-06-13 17:54:05 -07:00
|
|
|
libpulse-glib-binding = "2.25.0"
|
2022-12-08 11:58:39 -07:00
|
|
|
tokio = { version = "1.20.1", features=["full"] }
|
2023-07-20 14:57:51 -07:00
|
|
|
libcosmic.workspace = true
|
|
|
|
|
cosmic-time.workspace = true
|
2023-10-23 21:12:35 -04:00
|
|
|
tracing = "0.1.40"
|
2023-04-05 20:40:22 -04:00
|
|
|
pretty_env_logger = "0.4.0"
|
2023-06-01 12:23:12 -04:00
|
|
|
# Application i18n
|
|
|
|
|
i18n-embed = { version = "0.13", features = ["fluent-system", "desktop-requester"] }
|
|
|
|
|
i18n-embed-fl = "0.6"
|
|
|
|
|
rust-embed = "6.6"
|
|
|
|
|
rust-embed-utils = "7.5.0"
|
2023-10-27 17:44:25 -04:00
|
|
|
mpris2-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
2023-10-23 21:12:35 -04:00
|
|
|
serde = "1.0.130"
|
|
|
|
|
url = "2"
|
2023-10-27 17:44:25 -04:00
|
|
|
zbus.workspace = true
|