diff options
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"] |
