Mercurial > crates > systemd-socket
changeset 14:2039b5d39d72
Publish 0.1.0
author | Martin Habovstiak <martin.habovstiak@gmail.com> |
---|---|
date | Thu, 03 Dec 2020 16:46:24 +0100 |
parents | f740dadd2948 |
children | 08b37039504b |
files | Cargo.toml |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Cargo.toml Thu Dec 03 16:34:09 2020 +0100 +++ b/Cargo.toml Thu Dec 03 16:46:24 2020 +0100 @@ -2,7 +2,15 @@ name = "systemd_socket" version = "0.1.0" authors = ["Martin Habovstiak <martin.habovstiak@gmail.com>"] +description = "A convenience crate for optionally supporting systemd socket activation." +homepage = "https://github.com/Kixunil/systemd_socket" +repository = "https://github.com/Kixunil/systemd_socket" +readme = "README.md" +keywords = ["systmed", "socket-activation"] +categories = ["api-bindings", "config", "os::linux-apis"] edition = "2018" +license = "MITNFA" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html