sd-notify support

This commit is contained in:
nora 2025-12-29 19:16:22 +01:00
parent cd0c164977
commit bee16cced1
3 changed files with 13 additions and 0 deletions

10
Cargo.lock generated
View file

@ -312,6 +312,7 @@ dependencies = [
"image",
"log",
"palette",
"sd-notify",
"smithay-client-toolkit",
"wayland-client",
]
@ -1314,6 +1315,15 @@ version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
[[package]]
name = "sd-notify"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b943eadf71d8b69e661330cb0e2656e31040acf21ee7708e2c238a0ec6af2bf4"
dependencies = [
"libc",
]
[[package]]
name = "serde_core"
version = "1.0.228"