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"
|
|
|
|
|
edition = "2021"
|
2024-05-06 15:39:04 +02:00
|
|
|
license = "GPL-3.0"
|
2022-06-17 14:37:01 -07:00
|
|
|
|
|
|
|
|
[dependencies]
|
2024-06-17 17:49:53 -07:00
|
|
|
cosmic-settings-subscriptions.workspace = true
|
2023-07-20 14:57:51 -07:00
|
|
|
cosmic-time.workspace = true
|
2024-03-14 21:43:11 +01:00
|
|
|
drm = "0.11.1"
|
|
|
|
|
futures.workspace = true
|
|
|
|
|
i18n-embed-fl.workspace = true
|
|
|
|
|
i18n-embed.workspace = true
|
|
|
|
|
libcosmic.workspace = true
|
|
|
|
|
once_cell = "1.19.0"
|
|
|
|
|
rust-embed.workspace = true
|
|
|
|
|
tokio = { version = "1.36.0", features = ["sync", "rt", "rt-multi-thread", "fs", "macros"] }
|
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
|
2024-01-31 18:53:31 +01:00
|
|
|
udev = "0.8"
|
2024-03-14 21:43:11 +01:00
|
|
|
zbus.workspace = true
|