From 587a5c0c537a4b3bc5c737e3b3fc1fd5fbca3a59 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 19 Dec 2025 19:15:38 -0500 Subject: [Rust] Update examples to use tracing --- plugins/warp/examples/headless/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/warp/examples/headless/Cargo.toml') diff --git a/plugins/warp/examples/headless/Cargo.toml b/plugins/warp/examples/headless/Cargo.toml index b28b089d..a32796be 100644 --- a/plugins/warp/examples/headless/Cargo.toml +++ b/plugins/warp/examples/headless/Cargo.toml @@ -5,10 +5,10 @@ edition = "2021" [dependencies] clap = { version = "4.5", features = ["derive"] } -indicatif = "0.18.2" warp_ninja.workspace = true binaryninjacore-sys.workspace = true binaryninja.workspace = true -log = "0.4" -env_logger = "0.11" -ctrlc = "3.5" \ No newline at end of file +ctrlc = "3.5" +tracing = "0.1" +tracing-subscriber = "0.3" +tracing-indicatif = "0.3" \ No newline at end of file -- cgit v1.3.1