cosmic-applets/cosmic-applet-power/Cargo.toml
2023-04-06 15:12:49 -04:00

15 lines
483 B
TOML

[package]
name = "cosmic-applet-power"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-or-later"
[dependencies]
icon-loader = { version = "0.3.6", features = ["gtk"] }
libpulse-binding = "2.26.0"
libpulse-glib-binding = "2.25.0"
tokio = { version = "1.20.1", features=["full"] }
libcosmic = { git = "https://github.com/pop-os/libcosmic/", branch = "master", default-features = false, features = ["tokio", "wayland", "applet"] }
nix = "0.26.1"
zbus = "3.7"
logind-zbus = "3.1"