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.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/rust/examples/dwarf/dwarf_import/Cargo.toml b/rust/examples/dwarf/dwarf_import/Cargo.toml
new file mode 100644
index 00000000..322a4dd6
--- /dev/null
+++ b/rust/examples/dwarf/dwarf_import/Cargo.toml
@@ -0,0 +1,14 @@
+[package]
+name = "dwarf_import"
+version = "0.1.0"
+authors = ["KyleMiles <kyle@vector35.com>"]
+edition = "2021"
+
+[lib]
+crate-type = ["cdylib"]
+
+[dependencies]
+dwarfreader = { path = "../shared/" }
+binaryninja = { path = "../../../" }
+gimli = "0.26.1"
+log = "0.4.17"