This commit is contained in:
nora 2024-08-26 15:19:02 +02:00
parent 5f203d0f5b
commit dcba4931e5
23 changed files with 317 additions and 132 deletions

View file

@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
cluelessh-agent-client = { path = "../../lib/cluelessh-agent-client" }
cluelessh-transport = { path = "../../lib/cluelessh-transport" }
cluelessh-keys = { path = "../../lib/cluelessh-keys" }
clap = { version = "4.5.16", features = ["derive"] }
eyre.workspace = true