16 lines
453 B
TOML
16 lines
453 B
TOML
[package]
|
|
name = "cosmic-applet-power"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[dependencies]
|
|
futures-util = "0.3.21"
|
|
gtk4 = "0.4.6"
|
|
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"
|
|
cosmic-panel-config = {git = "https://github.com/pop-os/cosmic-panel", features = ["gtk4"]}
|