Implement suspend with logind
This commit is contained in:
parent
5d0999df83
commit
13e3dcd911
5 changed files with 58 additions and 1 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
|
@ -800,11 +800,13 @@ dependencies = [
|
|||
"greetd_ipc",
|
||||
"libcosmic",
|
||||
"log",
|
||||
"logind-zbus",
|
||||
"pam-client",
|
||||
"pwd",
|
||||
"shlex",
|
||||
"tokio",
|
||||
"wayland-client 0.31.1",
|
||||
"zbus",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -2376,6 +2378,16 @@ version = "0.4.20"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
||||
|
||||
[[package]]
|
||||
name = "logind-zbus"
|
||||
version = "3.1.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c07a2542f6e91ea92780158654852190edb2ba0b232d9d00d649d0c691cb7eb3"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"zbus",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "lru"
|
||||
version = "0.11.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue