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.toml17
1 files changed, 0 insertions, 17 deletions
diff --git a/rust/examples/dwarf/dwarf_import/Cargo.toml b/rust/examples/dwarf/dwarf_import/Cargo.toml
deleted file mode 100644
index 0ea66894..00000000
--- a/rust/examples/dwarf/dwarf_import/Cargo.toml
+++ /dev/null
@@ -1,17 +0,0 @@
-[package]
-name = "dwarf_import"
-version = "0.1.0"
-edition = "2021"
-
-[lib]
-crate-type = ["cdylib"]
-
-[dependencies]
-dwarfreader = { path = "../shared/" }
-binaryninja = { path = "../../../" }
-gimli = "0.31"
-log = "0.4.20"
-iset = "0.2.2"
-cpp_demangle = "0.4.3"
-regex = "1"
-indexmap = "2.5.0"