summaryrefslogtreecommitdiff
path: root/plugins/workflow_objc/demo
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-12-18 17:14:06 -0500
committerMason Reed <35282038+emesare@users.noreply.github.com>2026-01-11 10:36:01 -0800
commit6f75ca031aa7e8f7e1c706d1880b202137b1996f (patch)
tree1fe8e778f98e4390a1075fc402047e23f2128934 /plugins/workflow_objc/demo
parent168a3fd34824adc9c6a606cd144219701f15cccf (diff)
[Rust] Enter more session scoped tracing spans for debug info and binary view callbacks
Diffstat (limited to 'plugins/workflow_objc/demo')
-rw-r--r--plugins/workflow_objc/demo/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/workflow_objc/demo/Cargo.toml b/plugins/workflow_objc/demo/Cargo.toml
index bb7f41fa..449abee0 100644
--- a/plugins/workflow_objc/demo/Cargo.toml
+++ b/plugins/workflow_objc/demo/Cargo.toml
@@ -14,8 +14,8 @@ demo = []
[dependencies]
binaryninja = { workspace = true, features = ["demo"] }
binaryninjacore-sys.workspace = true
-log = "0.4"
dashmap = { version = "6.1", features = ["rayon"]}
once_cell = "1.20"
thiserror = "2.0"
bstr = "1.12"
+tracing = "0.1" \ No newline at end of file