[package] name = "cosmic-applet-power" version = "0.1.0" edition = "2021" license = "GPL-3.0-or-later" [dependencies] futures-util = "0.3.21" gtk4 = { git = "https://github.com/gtk-rs/gtk4-rs" } adw = { git = "https://gitlab.gnome.org/World/Rust/libadwaita-rs", package = "libadwaita"} libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false } libcosmic-applet = { path = "../../libcosmic-applet" } logind-zbus = "3.0.1" nix = "0.24.1" once_cell = "1.9.0" relm4-macros = { git = "https://github.com/Relm4/Relm4.git", branch = "next" } tokio = { version = "1.15.0", features = ["full"] } zbus = "2.0.1"