Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Bogomyakov committed Aug 31, 2023
1 parent a040881 commit 0de6d20
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 10 deletions.
10 changes: 10 additions & 0 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
pkgbase = rexec
pkgdesc = Parallel SSH executor
pkgver = 1.0.6
pkgrel = 1
url = https://github.com/house-of-vanity/rexec
arch = x86_64
license = WTFPL
makedepends = cargo

pkgname = rexec
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
target
pkg
*zst
.rustup
.cargo
.viminfo
.bash_history
78 changes: 68 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ colored = "2.0.0"
itertools = "0.10.5"
brace-expand = "0.1.0"
question = "0.2.2"
openssl = { version = "0.10", features = ["vendored"] }

0 comments on commit 0de6d20

Please sign in to comment.