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

24 lines
617 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"
2024-05-06 15:39:04 +02:00
license = "GPL-3.0"
2022-03-07 11:15:20 -05:00
[dependencies]
cosmic-settings-subscriptions.workspace = true
cosmic-time.workspace = true
i18n-embed-fl.workspace = true
i18n-embed.workspace = true
libcosmic.workspace = true
libpulse-binding = "2.28.1"
2023-10-27 17:44:25 -04:00
mpris2-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings" }
rust-embed.workspace = true
serde = "1.0.197"
2024-05-16 21:29:28 -04:00
tokio = { version = "1.36.0", features = ["full"] }
tracing-log.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true
2023-10-23 21:12:35 -04:00
url = "2"
urlencoding = "2.1.3"
zbus.workspace = true