This commit is contained in:
nora 2024-08-10 23:43:20 +02:00
parent f5561004f6
commit 1adf798c5d
5 changed files with 44 additions and 22 deletions

2
Cargo.lock generated
View file

@ -249,6 +249,7 @@ name = "fakessh"
version = "0.1.0"
dependencies = [
"eyre",
"hex-literal",
"ssh-transport",
"tokio",
"tracing",
@ -700,6 +701,7 @@ dependencies = [
"rand",
"rand_core",
"sha2",
"subtle",
"tracing",
"tracing-subscriber",
"x25519-dalek",