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