23 lines
876 B
TOML
23 lines
876 B
TOML
[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
|
|
|
|
[dependencies]
|
|
icon-loader = { version = "0.3.6", features = ["gtk"] }
|
|
libpulse-binding = "2.26.0"
|
|
libpulse-glib-binding = "2.25.0"
|
|
tokio = { version = "1.20.1", features=["full"] }
|
|
libcosmic = { git = "https://github.com/pop-os/libcosmic/", default-features = false, features = ["tokio", "wayland"] }
|
|
cosmic-time = { git = "https://github.com/pop-os/cosmic-time", rev = "39c96ac", default-features = false, features = ["libcosmic", "once_cell"] }
|
|
cosmic-applet = { path = "../applet" }
|
|
log = "0.4.14"
|
|
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"
|
|
|