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
|
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"
|
2023-06-01 12:23:12 -04:00
|
|
|
pretty_env_logger = "0.5"
|
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"
|
|
|
|
|
tokio = { version = "1.17.0", features = ["sync", "rt", "rt-multi-thread", "fs"] }
|