This commit is contained in:
nora 2024-08-10 23:43:20 +02:00
parent f5561004f6
commit 1adf798c5d
5 changed files with 44 additions and 22 deletions

View file

@ -8,6 +8,7 @@ edition = "2021"
[dependencies]
eyre = "0.6.12"
hex-literal = "0.4.1"
ssh-transport = { path = "./ssh-transport" }
tokio = { version = "1.39.2", features = ["full"] }