diff options
Diffstat (limited to 'plugins/dwarf/dwarf_import/Cargo.toml')
| -rw-r--r-- | plugins/dwarf/dwarf_import/Cargo.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/dwarf/dwarf_import/Cargo.toml b/plugins/dwarf/dwarf_import/Cargo.toml new file mode 100644 index 00000000..52f89a46 --- /dev/null +++ b/plugins/dwarf/dwarf_import/Cargo.toml @@ -0,0 +1,18 @@ +[package] +name = "dwarf_import" +version = "0.1.0" +edition = "2021" + +[lib] +crate-type = ["cdylib"] + +[dependencies] +dwarfreader = { path = "../shared/" } +binaryninja.workspace = true +binaryninjacore-sys.workspace = true +gimli = "0.31" +log = "0.4" +iset = "0.2.2" +cpp_demangle = "0.4.3" +regex = "1" +indexmap = "2.5.0"
\ No newline at end of file |
