summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-03-19 21:40:05 -0500
committerToby Vincent <tobyv13@gmail.com>2023-03-19 21:40:05 -0500
commit6b0ca0d87fa180262ff651d287a3d09e92480178 (patch)
tree791cade20a81bf25d3ed4dbf0f63dcdb6d5a049a /Cargo.toml
parent82598a3adc9d950c34346ccd0128d6ef78bbb437 (diff)
feat: impl SessionSource for /etc/hosts
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index efe4443..3a8c041 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,3 +16,4 @@ 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"