blit-sd-notify 0.44.0

Tiny no-dep sd_notify(3) implementation used by blit daemons
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "blit-sd-notify"
version = "0.44.0"
edition.workspace = true
description = "Tiny no-dep sd_notify(3) implementation used by blit daemons"
license.workspace = true
repository.workspace = true
homepage.workspace = true

[lib]
name = "blit_sd_notify"
path = "src/lib.rs"

[target.'cfg(target_os = "linux")'.dependencies]
libc = "0.2"