summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-03-19 22:35:35 -0500
committerToby Vincent <tobyv13@gmail.com>2023-03-19 22:35:35 -0500
commit465590929dad316bc07602fddaa09a6e36dcb66f (patch)
tree54803be44f2efdcabbda0c38e9765fda2366bb10 /Cargo.toml
parent6b0ca0d87fa180262ff651d287a3d09e92480178 (diff)
refactor: remove ssh2 dependency and parse known_hosts manually
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3a8c041..6a55cc4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,5 +15,4 @@ directories = "4.0.1"
tracing = "0.1.37"
thiserror = "1.0.40"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
-ssh2 = "0.9.4"
hostfile = "0.2.0"