mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 16:35:06 +01:00
move to fakesshd
This commit is contained in:
parent
c8842ef22a
commit
01c43606a2
6 changed files with 48 additions and 34 deletions
18
Cargo.toml
18
Cargo.toml
|
|
@ -1,17 +1,3 @@
|
|||
[workspace]
|
||||
members = ["ssh-connection", "ssh-protocol", "ssh-transport"]
|
||||
|
||||
[package]
|
||||
name = "fakessh"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
eyre = "0.6.12"
|
||||
hex-literal = "0.4.1"
|
||||
rand = "0.8.5"
|
||||
ssh-protocol = { path = "./ssh-protocol" }
|
||||
|
||||
tokio = { version = "1.39.2", features = ["full"] }
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
|
||||
members = ["fakesshd", "ssh-connection", "ssh-protocol", "ssh-transport"]
|
||||
resolver = "2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue