diff options
Diffstat (limited to 'rust/Cargo.lock')
| -rw-r--r-- | rust/Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock index dfccee5a..7e03d311 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -321,6 +321,7 @@ dependencies = [ "binaryninja", "dwarfreader", "gimli", + "iset", "log", ] @@ -467,6 +468,12 @@ dependencies = [ ] [[package]] +name = "iset" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d0716a0d7080cb7b20b9426276315e6ff5ed537bd920af47417b16de07f9ac76" + +[[package]] name = "itertools" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" |
