From c44b473e6ba407382e64d015cb20fa1627f5a079 Mon Sep 17 00:00:00 2001 From: Alexandr Bogomyakov Date: Tue, 20 Jun 2023 15:58:23 +0300 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 783bc05..eb918fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,12 @@ name = "rexec" version = "1.0.1" edition = "2021" +description = "Parallel SSH executor" +repository = "https://github.com/house-of-vanity/rexec" +homepage = "https://github.com/house-of-vanity/rexec" +license = "WTFPL" +categories = ["command-line-utilities"] +authors = ["AB "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html