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

19 lines
631 B
TOML
Raw Normal View History

2022-02-18 10:31:12 -05:00
[package]
name = "cosmic-applet-power"
version = "0.1.0"
edition = "2021"
2022-05-26 11:59:09 -04:00
license = "GPL-3.0-or-later"
2022-02-18 10:31:12 -05:00
[dependencies]
futures-util = "0.3.21"
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 22:29:06 -07:00
libcosmic-applet = { path = "../../libcosmic-applet" }
2022-02-18 10:31:12 -05:00
logind-zbus = "3.0.1"
nix = "0.24.1"
2022-02-18 10:31:12 -05:00
once_cell = "1.9.0"
relm4-macros = { git = "https://github.com/Relm4/Relm4.git", branch = "next" }
2022-02-18 10:31:12 -05:00
tokio = { version = "1.15.0", features = ["full"] }
zbus = "2.0.1"