From 48635fc091d065532d4f32cb5d8b8568eac66bb0 Mon Sep 17 00:00:00 2001 From: Alexandr Bogomyakov Date: Mon, 14 Aug 2023 18:23:12 +0300 Subject: [PATCH] Added PKGBUILD --- .gitignore | 2 ++ Cargo.toml | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index eb5a316..c2cb9c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ target +pkg +*zst diff --git a/Cargo.toml b/Cargo.toml index 0b27d25..ac74fef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "rexec" version = "1.0.4" +readme = "https://github.com/house-of-vanity/rexec#readme" edition = "2021" description = "Parallel SSH executor" repository = "https://github.com/house-of-vanity/rexec"