summaryrefslogtreecommitdiff
path: root/plugins/warp/demo
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/warp/demo')
-rw-r--r--plugins/warp/demo/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/warp/demo/Cargo.toml b/plugins/warp/demo/Cargo.toml
index 50664483..662b4131 100644
--- a/plugins/warp/demo/Cargo.toml
+++ b/plugins/warp/demo/Cargo.toml
@@ -12,6 +12,7 @@ path = "../src/lib.rs"
demo = []
[dependencies]
+tracing = "0.1"
binaryninja = { workspace = true, features = ["rayon", "demo"] }
binaryninjacore-sys.workspace = true
warp = { git = "https://github.com/Vector35/warp/", tag = "1.0.0" }