mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 16:35:06 +01:00
refactor
This commit is contained in:
parent
ae5db1642c
commit
0efd08dd5c
12 changed files with 268 additions and 155 deletions
19
Cargo.lock
generated
19
Cargo.lock
generated
|
|
@ -225,7 +225,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"eyre",
|
||||
"hex-literal",
|
||||
"ssh-transport",
|
||||
"ssh-protocol",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"tracing-subscriber",
|
||||
|
|
@ -663,6 +663,23 @@ dependencies = [
|
|||
"der",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ssh-connection"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"ssh-transport",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ssh-protocol"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"ssh-connection",
|
||||
"ssh-transport",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ssh-transport"
|
||||
version = "0.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue