diff options
Diffstat (limited to 'rust/Cargo.lock')
| -rw-r--r-- | rust/Cargo.lock | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock index fb490c25..42f4ed81 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -652,6 +652,20 @@ dependencies = [ ] [[package]] +name = "mlil_lifter" +version = "0.1.0" +dependencies = [ + "binaryninja", +] + +[[package]] +name = "mlil_visitor" +version = "0.1.0" +dependencies = [ + "binaryninja", +] + +[[package]] name = "nom" version = "7.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" |
