added osshkeys git dependency
This commit is contained in:
parent
d3739d3d06
commit
7e9ad7c793
|
@ -27,6 +27,6 @@ rand = "0.8.4"
|
|||
clap = {version = "3.0.0-beta.5", optional = true}
|
||||
base64 = {version = "0.13.0", optional = true}
|
||||
bytes = {version = "1.1.0", optional = true}
|
||||
osshkeys = {path = "../rust-osshkeys", optional = true}
|
||||
osshkeys = {git = "https://github.com/noonebtw/rust-osshkeys.git", branch = "master", optional = true}
|
||||
sha2 = {version = "0.9.8", optional = true}
|
||||
rpassword = {version = "5.0.1", optional = true}
|
Loading…
Reference in a new issue