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]
|
2022-12-12 11:41:16 -07:00
|
|
|
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"] }
|
2023-07-20 14:57:51 -07:00
|
|
|
libcosmic.workspace = true
|
2023-08-03 13:22:17 -07:00
|
|
|
# cosmic-applet = { path = "../applet" }
|
2023-06-01 12:23:12 -04:00
|
|
|
nix = "0.26.2"
|
2023-10-27 17:44:25 -04:00
|
|
|
zbus.workspace = true
|
2023-01-10 14:03:38 -05:00
|
|
|
logind-zbus = "3.1"
|
2023-06-01 12:23:12 -04:00
|
|
|
# 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"
|
|
|
|
|
once_cell = "1.17.1"
|
|
|
|
|
|