25 lines
713 B
TOML
25 lines
713 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]
|
|
cosmic-time.workspace = true
|
|
i18n-embed-fl.workspace = true
|
|
i18n-embed.workspace = true
|
|
libcosmic.workspace = true
|
|
libpulse-binding = "2.28.1"
|
|
libpulse-glib-binding = "2.28.1"
|
|
mpris2-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
|
rust-embed-utils.workspace = true
|
|
rust-embed.workspace = true
|
|
serde = "1.0.197"
|
|
tokio = { version = "1.36.0", features=["full"] }
|
|
tracing-log.workspace = true
|
|
tracing-subscriber.workspace = true
|
|
tracing.workspace = true
|
|
url = "2"
|
|
urlencoding = "2.1.3"
|
|
zbus.workspace = true
|