summaryrefslogtreecommitdiff
path: root/rust/examples/dwarf/dwarf_import/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/examples/dwarf/dwarf_import/Cargo.toml')
-rw-r--r--rust/examples/dwarf/dwarf_import/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/examples/dwarf/dwarf_import/Cargo.toml b/rust/examples/dwarf/dwarf_import/Cargo.toml
index 715838a7..1dfae181 100644
--- a/rust/examples/dwarf/dwarf_import/Cargo.toml
+++ b/rust/examples/dwarf/dwarf_import/Cargo.toml
@@ -13,3 +13,5 @@ binaryninja = { path = "../../../" }
gimli = "0.28"
log = "0.4.20"
iset = "0.2.2"
+cpp_demangle = "0.4.3"
+regex = "1"