26 lines
600 B
TOML
26 lines
600 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 4
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.169"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
|
|
|
[[package]]
|
|
name = "sd-notify"
|
|
version = "0.4.5"
|
|
dependencies = [
|
|
"libc",
|
|
"sendfd",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sendfd"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "604b71b8fc267e13bb3023a2c901126c8f349393666a6d98ac1ae5729b701798"
|
|
dependencies = [
|
|
"libc",
|
|
]
|