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"