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"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2022-12-02 20:24:52 -05:00
|
|
|
once_cell = "1.16.0"
|
2023-07-20 14:57:51 -07:00
|
|
|
libcosmic.workspace = true
|
|
|
|
|
cosmic-time.workspace = true
|
2023-11-21 17:41:56 -05:00
|
|
|
tracing.workspace = true
|
2022-06-21 14:18:58 -07:00
|
|
|
futures = "0.3"
|
2023-10-27 17:44:25 -04:00
|
|
|
zbus.workspace = true
|
2022-12-02 20:24:52 -05:00
|
|
|
log = "0.4"
|
2024-01-18 18:16:37 -05:00
|
|
|
tracing-subscriber.workspace = true
|
|
|
|
|
tracing-log.workspace = true
|
2022-12-02 20:24:52 -05:00
|
|
|
# Application i18n
|
|
|
|
|
i18n-embed = { version = "0.13.4", features = ["fluent-system", "desktop-requester"] }
|
|
|
|
|
i18n-embed-fl = "0.6.4"
|
|
|
|
|
rust-embed = "6.3.0"
|
2024-01-24 21:19:18 +01:00
|
|
|
tokio = { version = "1.17.0", features = ["sync", "rt", "rt-multi-thread", "fs", "macros"] }
|
2024-01-31 18:53:31 +01:00
|
|
|
udev = "0.8"
|
|
|
|
|
drm = "0.11.1"
|