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

11 lines
305 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]
futures = "0.3"
2022-06-17 14:37:01 -07:00
gtk4 = { git = "https://github.com/gtk-rs/gtk4-rs" }
relm4 = { git = "https://github.com/relm4/relm4", branch = "next", features = ["macros"] }
zbus = { version = "2", no-default-features = true }