diff options
Diffstat (limited to 'rust/Cargo.toml')
| -rw-r--r-- | rust/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 8e174e68..796abc16 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -14,6 +14,10 @@ libc = "0.2" rayon = { version = "1.8", optional = true } binaryninjacore-sys = { path = "binaryninjacore-sys" } +[patch.crates-io] +# Patched pdb crate to implement some extra structures +pdb = { path = "./examples/pdb-ng/pdb-0.8.0-patched" } + [workspace] members = [ "examples/basic_script", @@ -28,6 +32,7 @@ members = [ "examples/mlil_lifter", "examples/hlil_visitor", "examples/hlil_lifter", + "examples/pdb-ng", "examples/template" ] |
