mirror of
https://github.com/house-of-vanity/rexec.git
synced 2025-07-07 00:54:06 +00:00
Added parallel DNS resolver.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rexec"
|
||||
version = "1.1.0"
|
||||
version = "1.2.0"
|
||||
readme = "https://github.com/house-of-vanity/rexec#readme"
|
||||
edition = "2021"
|
||||
description = "Parallel SSH executor"
|
||||
@ -14,6 +14,7 @@ authors = ["AB <gh@hexor.ru>"]
|
||||
|
||||
[dependencies]
|
||||
dns-lookup = "2.0.2"
|
||||
rayon = "1.10"
|
||||
log = "0.4.0"
|
||||
env_logger = "0.10.0"
|
||||
massh = "0.6.3"
|
||||
|
Reference in New Issue
Block a user