# HG changeset patch # User Martin Habovstiak # Date 1607010384 -3600 # Node ID 2039b5d39d72c7b95e4b94473d6b0433866aedea # Parent f740dadd29485a93d34e00a599ba711b91141bd3 Publish 0.1.0 diff -r f740dadd2948 -r 2039b5d39d72 Cargo.toml --- 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 "] +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