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

24 lines
666 B
TOML
Raw Normal View History

2022-03-07 11:15:20 -05:00
[package]
name = "cosmic-applet-audio"
version = "0.1.0"
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]
icon-loader = { version = "0.3.6", features = ["gtk"] }
2022-03-11 11:06:41 -05:00
libpulse-binding = "2.26.0"
libpulse-glib-binding = "2.25.0"
tokio = { version = "1.20.1", features=["full"] }
libcosmic.workspace = true
cosmic-time.workspace = true
cosmic-applet = { path = "../applet" }
log = "0.4.14"
2023-04-05 20:40:22 -04:00
pretty_env_logger = "0.4.0"
# 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"