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-06-21 14:18:58 -07:00
|
|
|
futures = "0.3"
|
2022-06-17 14:37:01 -07:00
|
|
|
gtk4 = { git = "https://github.com/gtk-rs/gtk4-rs" }
|
2022-08-10 10:48:20 -04:00
|
|
|
adw = { git = "https://gitlab.gnome.org/World/Rust/libadwaita-rs", package = "libadwaita"}
|
2022-08-16 14:36:31 -04:00
|
|
|
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false }
|
2022-07-01 21:33:58 -07:00
|
|
|
libcosmic-applet = { path = "../../libcosmic-applet" }
|
2022-06-21 14:18:58 -07:00
|
|
|
relm4 = { git = "https://github.com/relm4/relm4", branch = "next", features = ["macros"] }
|
|
|
|
|
zbus = { version = "2", no-default-features = true }
|