diff options
| author | Mason Reed <mason@vector35.com> | 2025-12-19 19:15:38 -0500 |
|---|---|---|
| committer | Mason Reed <35282038+emesare@users.noreply.github.com> | 2026-01-11 10:36:01 -0800 |
| commit | 587a5c0c537a4b3bc5c737e3b3fc1fd5fbca3a59 (patch) | |
| tree | a01357f3a1ad00bdf6ebde29dfae673da2f78a57 /plugins/warp/examples/headless/Cargo.toml | |
| parent | 6f75ca031aa7e8f7e1c706d1880b202137b1996f (diff) | |
[Rust] Update examples to use tracing
Diffstat (limited to 'plugins/warp/examples/headless/Cargo.toml')
| -rw-r--r-- | plugins/warp/examples/headless/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
