diff options
| author | Christine Dodrill <me@christine.website> | 2021-05-15 00:11:59 -0400 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2021-05-15 00:11:59 -0400 |
| commit | 50e57c427c8f8978d9125721c677bd935bb854e7 (patch) | |
| tree | f5d1cd848d7fdb4795fd7e71be9efb3c4d096485 /lib/sdnotify/Cargo.toml | |
| parent | 95bfc64097942affe48269ef322a318db104901a (diff) | |
| download | xesite-cheat-systemd.tar.xz xesite-cheat-systemd.zip | |
start cheating systemdcheat-systemd
Signed-off-by: Christine Dodrill <me@christine.website>
Diffstat (limited to 'lib/sdnotify/Cargo.toml')
| -rw-r--r-- | lib/sdnotify/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/sdnotify/Cargo.toml b/lib/sdnotify/Cargo.toml new file mode 100644 index 0000000..48fc438 --- /dev/null +++ b/lib/sdnotify/Cargo.toml @@ -0,0 +1,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"] |
