cosmic-applets/cosmic-applet-audio/Cargo.toml
2024-03-14 23:37:37 +01:00

26 lines
764 B
TOML

[package]
name = "cosmic-applet-audio"
version = "0.1.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[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
tracing.workspace = true
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"
mpris2-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings" }
serde = "1.0.130"
url = "2"
zbus.workspace = true
urlencoding = "2.1.3"