From 7e9ad7c793d7dfd90b1f5dd65bc679e4ab24b4bf Mon Sep 17 00:00:00 2001 From: NoOneBtw Date: Wed, 17 Nov 2021 14:54:04 +0100 Subject: [PATCH] added osshkeys git dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a6c7a5..a355e81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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} \ No newline at end of file