2022-02-18 10:31:12 -05:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-applet-power"
|
|
|
|
|
version = "0.1.0"
|
2025-08-12 21:38:51 +02:00
|
|
|
edition = "2024"
|
2024-09-15 23:09:55 -05:00
|
|
|
license = "GPL-3.0-only"
|
2022-02-18 10:31:12 -05:00
|
|
|
|
|
|
|
|
[dependencies]
|
2024-03-14 21:43:11 +01:00
|
|
|
i18n-embed-fl.workspace = true
|
|
|
|
|
i18n-embed.workspace = true
|
2023-07-20 14:57:51 -07:00
|
|
|
libcosmic.workspace = true
|
2024-11-05 11:56:50 -08:00
|
|
|
logind-zbus = "5.3.2"
|
2024-03-14 21:43:11 +01:00
|
|
|
rust-embed.workspace = true
|
2024-03-15 14:54:38 +01:00
|
|
|
rustix.workspace = true
|
2025-02-19 18:31:56 +01:00
|
|
|
tokio.workspace = true
|
2024-03-14 21:43:11 +01:00
|
|
|
tracing-log.workspace = true
|
2024-03-14 18:47:41 +01:00
|
|
|
tracing-subscriber.workspace = true
|
2024-03-14 21:43:11 +01:00
|
|
|
tracing.workspace = true
|
|
|
|
|
zbus.workspace = true
|