blob: 48fc438f1bcc7ee763b045abc9668352ea5524a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "sdnotify"
version = "0.1.3"
authors = ["Alexander Polakov <plhk@sdf.org>", "Xe <me@christine.website>"]
description = "Notify service manager about start-up completion and other daemon status changes"
license = "MIT"
homepage = "https://github.com/polachok/sdnotify"
repository = "https://github.com/polachok/sdnotify"
documentation = "https://docs.rs/sdnotify"
edition = "2018"
keywords = ["systemd"]
|