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

23 lines
555 B
TOML
Raw Normal View History

2022-02-18 10:31:12 -05:00
[package]
name = "cosmic-applet-power"
version = "0.1.0"
edition = "2021"
2022-05-26 11:59:09 -04:00
license = "GPL-3.0-or-later"
2022-02-18 10:31:12 -05:00
[dependencies]
i18n-embed-fl.workspace = true
i18n-embed.workspace = true
libcosmic.workspace = true
libpulse-binding = "2.28.1"
libpulse-glib-binding = "2.28.1"
2023-01-10 14:03:38 -05:00
logind-zbus = "3.1"
once_cell = "1.19.0"
rust-embed-utils.workspace = true
rust-embed.workspace = true
2024-03-15 14:54:38 +01:00
rustix.workspace = true
tokio = { version = "1.36.0", features=["full"] }
tracing-log.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true
zbus.workspace = true