From e40672592cdb7b01b0a7b8b8571fab909375604c Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Sun, 8 Sep 2024 14:39:09 +1000 Subject: [PATCH] Add optional dependency tracing Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e671ac66e..71d76228f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" ] }