From d75066545afdc9b5d0a52bd2518e43f683c671a5 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Thu, 13 Jun 2024 14:13:11 -0400 Subject: Apply stack variables from DWARF --- rust/examples/dwarf/dwarf_import/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/examples/dwarf/dwarf_import/Cargo.toml') diff --git a/rust/examples/dwarf/dwarf_import/Cargo.toml b/rust/examples/dwarf/dwarf_import/Cargo.toml index c8cea44a..715838a7 100644 --- a/rust/examples/dwarf/dwarf_import/Cargo.toml +++ b/rust/examples/dwarf/dwarf_import/Cargo.toml @@ -12,3 +12,4 @@ dwarfreader = { path = "../shared/" } binaryninja = { path = "../../../" } gimli = "0.28" log = "0.4.20" +iset = "0.2.2" -- cgit v1.3.1