summaryrefslogtreecommitdiff
path: root/rust/Cargo.lock
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2024-04-22 19:11:45 -0400
committerGlenn Smith <glenn@vector35.com>2024-04-22 19:11:45 -0400
commit6929009578958634304404179659515738797945 (patch)
treeee2d88d1c4bb4cbb6220a91b85524c2c804ac270 /rust/Cargo.lock
parent8534476934065104161886820729515240153914 (diff)
Fix pdb compile on Free edition
Diffstat (limited to 'rust/Cargo.lock')
-rw-r--r--rust/Cargo.lock14
1 files changed, 14 insertions, 0 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index e81920f9..e45d2da2 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -694,6 +694,20 @@ dependencies = [
]
[[package]]
+name = "pdb-import-plugin-static"
+version = "0.1.0"
+dependencies = [
+ "anyhow",
+ "binaryninja",
+ "cab",
+ "home",
+ "itertools",
+ "log",
+ "pdb",
+ "regex",
+]
+
+[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"