mirror of
https://github.com/Noratrieb/colouncher.git
synced 2026-03-14 21:26:10 +01:00
sd-notify support
This commit is contained in:
parent
cd0c164977
commit
bee16cced1
3 changed files with 13 additions and 0 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue