mirror of
https://github.com/veeso/termscp.git
synced 2025-12-06 17:15:35 -08:00
perf: Migrated to libssh.org on Linux and MacOS for better ssh agent support.
closes #337
This commit is contained in:
@@ -90,7 +90,10 @@ remotefs-ftp = { version = "^0.3", features = [
|
||||
"native-tls-vendored",
|
||||
"native-tls",
|
||||
] }
|
||||
remotefs-ssh = { version = "^0.7", features = ["libssh2-vendored"] }
|
||||
remotefs-ssh = { version = "^0.7", default-features = false, features = [
|
||||
"find",
|
||||
"libssh-vendored",
|
||||
] }
|
||||
uzers = "0.12"
|
||||
|
||||
[target."cfg(target_family = \"windows\")".dependencies]
|
||||
|
||||
Reference in New Issue
Block a user