cosmic-applets/cosmic-applet-battery/Cargo.toml

19 lines
479 B
TOML
Raw Normal View History

2022-06-17 14:37:01 -07:00
[package]
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"
libcosmic.workspace = true
cosmic-time.workspace = true
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"
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"] }