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

23 lines
581 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"
2024-05-06 15:39:04 +02:00
license = "GPL-3.0"
2022-06-17 14:37:01 -07:00
[dependencies]
cosmic-settings-subscriptions.workspace = true
cosmic-time.workspace = true
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"] }
tracing-log.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true
udev = "0.8"
zbus.workspace = true