diff options
Diffstat (limited to 'plugins/dwarf/shared/Cargo.toml')
| -rw-r--r-- | plugins/dwarf/shared/Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/dwarf/shared/Cargo.toml b/plugins/dwarf/shared/Cargo.toml new file mode 100644 index 00000000..93ed004d --- /dev/null +++ b/plugins/dwarf/shared/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "dwarfreader" +version = "0.1.0" +authors = ["Kyle Martin <kyle@vector35.com>"] +edition = "2021" + +[dependencies] +binaryninja.workspace = true +binaryninjacore-sys.workspace = true +gimli = "0.31" +zstd = "0.13.2" +thiserror = "1.0" |
