mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 16:35:06 +01:00
move
This commit is contained in:
parent
7ac2ef4194
commit
de8f5dde21
34 changed files with 10 additions and 15 deletions
|
|
@ -1,12 +1,7 @@
|
||||||
[workspace]
|
[workspace]
|
||||||
members = [
|
members = [
|
||||||
"fakesshd",
|
"lib/*",
|
||||||
"ssh",
|
"bin/*"
|
||||||
"sshdos",
|
|
||||||
"ssh-connection",
|
|
||||||
"ssh-protocol",
|
|
||||||
"ssh-transport",
|
|
||||||
"ssh-agent-client", "ssh-agentctl",
|
|
||||||
]
|
]
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ edition = "2021"
|
||||||
eyre = "0.6.12"
|
eyre = "0.6.12"
|
||||||
hex-literal = "0.4.1"
|
hex-literal = "0.4.1"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
ssh-protocol = { path = "../ssh-protocol" }
|
ssh-protocol = { path = "../../lib/ssh-protocol" }
|
||||||
|
|
||||||
tokio = { version = "1.39.2", features = ["full"] }
|
tokio = { version = "1.39.2", features = ["full"] }
|
||||||
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
|
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
|
||||||
|
|
@ -4,8 +4,8 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ssh-agent-client = { path = "../ssh-agent-client" }
|
ssh-agent-client = { path = "../../lib/ssh-agent-client" }
|
||||||
ssh-transport = { path = "../ssh-transport" }
|
ssh-transport = { path = "../../lib/ssh-transport" }
|
||||||
|
|
||||||
clap = { version = "4.5.16", features = ["derive"] }
|
clap = { version = "4.5.16", features = ["derive"] }
|
||||||
eyre = "0.6.12"
|
eyre = "0.6.12"
|
||||||
|
|
@ -4,9 +4,9 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ssh-protocol = { path = "../ssh-protocol" }
|
ssh-protocol = { path = "../../lib/ssh-protocol" }
|
||||||
ssh-transport = { path = "../ssh-transport" }
|
ssh-transport = { path = "../../lib/ssh-transport" }
|
||||||
ssh-agent-client = { path = "../ssh-agent-client" }
|
ssh-agent-client = { path = "../../lib/ssh-agent-client" }
|
||||||
|
|
||||||
clap = { version = "4.5.15", features = ["derive"] }
|
clap = { version = "4.5.15", features = ["derive"] }
|
||||||
eyre = "0.6.12"
|
eyre = "0.6.12"
|
||||||
|
|
@ -4,8 +4,8 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ssh-protocol = { path = "../ssh-protocol" }
|
ssh-protocol = { path = "../../lib/ssh-protocol" }
|
||||||
ssh-transport = { path = "../ssh-transport" }
|
ssh-transport = { path = "../../lib/ssh-transport" }
|
||||||
clap = { version = "4.5.15", features = ["derive"] }
|
clap = { version = "4.5.15", features = ["derive"] }
|
||||||
eyre = "0.6.12"
|
eyre = "0.6.12"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue