This commit is contained in:
nora 2024-08-11 23:38:35 +02:00
parent ae5db1642c
commit 0efd08dd5c
12 changed files with 268 additions and 155 deletions

View file

@ -1,5 +1,5 @@
[workspace]
members = [ "ssh-transport"]
members = ["ssh-connection", "ssh-protocol", "ssh-transport"]
[package]
name = "fakessh"
@ -9,7 +9,7 @@ edition = "2021"
[dependencies]
eyre = "0.6.12"
hex-literal = "0.4.1"
ssh-transport = { path = "./ssh-transport" }
ssh-protocol = { path = "./ssh-protocol" }
tokio = { version = "1.39.2", features = ["full"] }
tracing = "0.1.40"