cosmic-applets/cosmic-applet-power/Cargo.toml
2024-03-25 15:33:23 -06:00

22 lines
555 B
TOML

[package]
name = "cosmic-applet-power"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-or-later"
[dependencies]
i18n-embed-fl.workspace = true
i18n-embed.workspace = true
libcosmic.workspace = true
libpulse-binding = "2.28.1"
libpulse-glib-binding = "2.28.1"
logind-zbus = "3.1"
once_cell = "1.19.0"
rust-embed-utils.workspace = true
rust-embed.workspace = true
rustix.workspace = true
tokio = { version = "1.36.0", features=["full"] }
tracing-log.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true
zbus.workspace = true