mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-14 16:35:06 +01:00
tracing
This commit is contained in:
parent
01c43606a2
commit
b3c95f38e7
5 changed files with 10 additions and 4 deletions
|
|
@ -1,3 +1,6 @@
|
|||
[workspace]
|
||||
members = ["fakesshd", "ssh-connection", "ssh-protocol", "ssh-transport"]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.dependencies]
|
||||
tracing = "0.1.40"
|
||||
|
|
|
|||
|
|
@ -10,5 +10,6 @@ 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"] }
|
||||
|
||||
tracing.workspace = true
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
ssh-transport = { path = "../ssh-transport" }
|
||||
tracing = "0.1.40"
|
||||
tracing.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|
||||
|
|
|
|||
|
|
@ -6,4 +6,5 @@ edition = "2021"
|
|||
[dependencies]
|
||||
ssh-connection = { path = "../ssh-connection" }
|
||||
ssh-transport = { path = "../ssh-transport" }
|
||||
tracing = "0.1.40"
|
||||
tracing.workspace = true
|
||||
|
||||
|
|
|
|||
|
|
@ -16,8 +16,9 @@ poly1305 = "0.8.0"
|
|||
rand_core = "0.6.4"
|
||||
sha2 = "0.10.8"
|
||||
subtle = "2.6.1"
|
||||
tracing = "0.1.40"
|
||||
x25519-dalek = "2.0.1"
|
||||
|
||||
tracing.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
hex-literal = "0.4.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue