[package] name = "ssh-connection" version = "0.1.0" edition = "2021" [dependencies] ssh-transport = { path = "../ssh-transport" } tracing = "0.1.40"