mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 16:35:06 +01:00
cleanup
This commit is contained in:
parent
aa96faa697
commit
0eb9001f08
7 changed files with 445 additions and 409 deletions
14
Cargo.toml
14
Cargo.toml
|
|
@ -1,19 +1,15 @@
|
|||
[workspace]
|
||||
members = ["ssh-transport"]
|
||||
|
||||
[package]
|
||||
name = "fakessh"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
crypto-bigint = "0.5.5"
|
||||
ed25519-dalek = { version = "2.1.1" }
|
||||
eyre = "0.6.12"
|
||||
rand = "0.8.5"
|
||||
rand_core = "0.6.4"
|
||||
sha2 = "0.10.8"
|
||||
ssh-transport = { path = "./ssh-transport" }
|
||||
|
||||
tokio = { version = "1.39.2", features = ["full"] }
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|
||||
x25519-dalek = "2.0.1"
|
||||
|
||||
[dev-dependencies]
|
||||
hex-literal = "0.4.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue