summaryrefslogtreecommitdiff
path: root/plugins/svd/demo
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/svd/demo')
-rw-r--r--plugins/svd/demo/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/svd/demo/Cargo.toml b/plugins/svd/demo/Cargo.toml
index 811f7d08..b7147574 100644
--- a/plugins/svd/demo/Cargo.toml
+++ b/plugins/svd/demo/Cargo.toml
@@ -13,6 +13,7 @@ binaryninja = { workspace = true, features = ["demo"]}
binaryninjacore-sys.workspace = true
svd-parser = { version = "0.14.8", features = ["expand"] }
serde_json = "1.0"
+tracing = "0.1"
[dev-dependencies]
insta = { version = "1.42", features = ["yaml"] }