summaryrefslogtreecommitdiff
path: root/rust/Cargo.toml
diff options
context:
space:
mode:
authorRubens Brandao <git@rubens.io>2023-11-18 15:58:33 -0300
committerKyle Martin <krm504@nyu.edu>2023-11-21 15:18:50 -0500
commit8c9cdd38c3302280087c9e6d94f7f57083885edd (patch)
tree8bccf380b4470e0de8ac11c23b164e0acf6ffbb0 /rust/Cargo.toml
parentb040fcfce48db861600eeb122cd0e2ff802fac96 (diff)
add mlil to rust
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r--rust/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 5bd61635..9ab2413a 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -24,5 +24,7 @@ members = [
"examples/dwarf/shared",
"examples/flowgraph",
"examples/minidump",
+ "examples/mlil_visitor",
+ "examples/mlil_lifter",
"examples/template"
]