Skip to content

Commit

Permalink
Add optional dependency tracing
Browse files Browse the repository at this point in the history
Signed-off-by: Jiahao XU <[email protected]>
  • Loading branch information
NobodyXu authored Sep 8, 2024
1 parent e977789 commit e406725
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ openssh-mux-client = { version = "0.17.0", optional = true }

libc = "0.2.137"

tracing = { version = "0.1", optional = true }

[dev-dependencies]
regex = "1"
tokio = { version = "1", features = [ "full" ] }
Expand Down

0 comments on commit e406725

Please sign in to comment.