summaryrefslogtreecommitdiff
path: root/view/minidump/Cargo.toml
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 /view/minidump/Cargo.toml
parent168a3fd34824adc9c6a606cd144219701f15cccf (diff)
[Rust] Enter more session scoped tracing spans for debug info and binary view callbacks
Diffstat (limited to 'view/minidump/Cargo.toml')
-rw-r--r--view/minidump/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/minidump/Cargo.toml b/view/minidump/Cargo.toml
index fed4a611..a39e9172 100644
--- a/view/minidump/Cargo.toml
+++ b/view/minidump/Cargo.toml
@@ -10,4 +10,5 @@ crate-type = ["cdylib"]
[dependencies]
binaryninja.workspace = true
binaryninjacore-sys.workspace = true
-minidump = "0.23.0" \ No newline at end of file
+minidump = "0.23.0"
+tracing = "0.1" \ No newline at end of file