summaryrefslogtreecommitdiff
path: root/rust/Cargo.lock
diff options
context:
space:
mode:
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 42f4ed81..c81b1aac 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -499,6 +499,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
[[package]]
+name = "hlil_lifter"
+version = "0.1.0"
+dependencies = [
+ "binaryninja",
+]
+
+[[package]]
+name = "hlil_visitor"
+version = "0.1.0"
+dependencies = [
+ "binaryninja",
+]
+
+[[package]]
name = "indexmap"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"