summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-01-25 15:41:29 -0500
committerMason Reed <mason@vector35.com>2025-01-25 15:41:29 -0500
commite19a72a20d5cb35d6f3873f308a3a98d7046d762 (patch)
tree10abaa9bdee57ab6a3dee67b0a972a388725cefe /Cargo.lock
parent26ed2cdfb13591c63a52e978ead5eae0b6acb0c4 (diff)
Fix statically linking PDB import plugin for demo builds
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock13
1 files changed, 13 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index aedd08d6..804e9193 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1973,6 +1973,19 @@ dependencies = [
]
[[package]]
+name = "pdb-import-plugin-static"
+version = "0.1.0"
+dependencies = [
+ "anyhow",
+ "binaryninja",
+ "binaryninjacore-sys",
+ "itertools 0.11.0",
+ "log",
+ "pdb",
+ "regex",
+]
+
+[[package]]
name = "percent-encoding"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"