2022-06-17 14:37:01 -07:00
|
|
|
[package]
|
2022-06-25 22:28:56 -07:00
|
|
|
name = "cosmic-applet-battery"
|
2022-06-17 14:37:01 -07:00
|
|
|
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-06-17 14:37:01 -07:00
|
|
|
|
|
|
|
|
[dependencies]
|
2025-08-12 23:09:49 +02:00
|
|
|
anyhow.workspace = true
|
|
|
|
|
cosmic-settings-subscriptions = { workspace = true, features = [
|
|
|
|
|
"upower",
|
|
|
|
|
"settings_daemon",
|
|
|
|
|
] }
|
2023-07-20 14:57:51 -07:00
|
|
|
cosmic-time.workspace = true
|
2025-02-19 18:31:56 +01:00
|
|
|
drm = "0.14.1"
|
2024-03-14 21:43:11 +01:00
|
|
|
futures.workspace = true
|
|
|
|
|
i18n-embed-fl.workspace = true
|
|
|
|
|
i18n-embed.workspace = true
|
|
|
|
|
libcosmic.workspace = true
|
|
|
|
|
rust-embed.workspace = true
|
2025-02-19 18:31:56 +01:00
|
|
|
tokio.workspace = true
|
2024-01-18 18:16:37 -05:00
|
|
|
tracing-log.workspace = true
|
2024-03-14 21:43:11 +01:00
|
|
|
tracing-subscriber.workspace = true
|
|
|
|
|
tracing.workspace = true
|
2025-02-19 18:31:56 +01:00
|
|
|
udev = "0.9"
|
2024-03-14 21:43:11 +01:00
|
|
|
zbus.workspace = true
|