add more tests

This commit is contained in:
nora 2024-08-15 16:24:14 +02:00
parent 8c1f3afd89
commit 8d795e73b2
3 changed files with 110 additions and 18 deletions

View file

@ -6,3 +6,6 @@ edition = "2021"
[dependencies]
ssh-transport = { path = "../ssh-transport" }
tracing = "0.1.40"
[dev-dependencies]
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }