summaryrefslogtreecommitdiff
path: root/plugins/pdb-ng/demo
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pdb-ng/demo')
-rw-r--r--plugins/pdb-ng/demo/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/pdb-ng/demo/Cargo.toml b/plugins/pdb-ng/demo/Cargo.toml
index bde9b28c..590cacca 100644
--- a/plugins/pdb-ng/demo/Cargo.toml
+++ b/plugins/pdb-ng/demo/Cargo.toml
@@ -15,6 +15,7 @@ binaryninjacore-sys.workspace = true
itertools = "0.14"
pdb = { git = "https://github.com/Vector35/pdb-rs", rev = "6016177" }
regex = "1"
+tracing = "0.1"
[features]
demo = []