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

27 lines
758 B
TOML
Raw Normal View History

2022-03-07 11:15:20 -05:00
[package]
name = "cosmic-applet-audio"
version = "0.1.1"
2022-03-07 11:15:20 -05:00
edition = "2021"
# 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]
libpulse-binding = "2.28.1"
libpulse-glib-binding = "2.28.1"
tokio = { version = "1.20.1", features=["full"] }
libcosmic.workspace = true
cosmic-time.workspace = true
2023-10-23 21:12:35 -04:00
tracing = "0.1.40"
tracing-subscriber.workspace = true
tracing-log.workspace = true
# 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
urlencoding = "2.1.3"