summaryrefslogtreecommitdiff
path: root/rust/examples/dwarf/dwarfdump/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/examples/dwarf/dwarfdump/Cargo.toml')
-rw-r--r--rust/examples/dwarf/dwarfdump/Cargo.toml13
1 files changed, 0 insertions, 13 deletions
diff --git a/rust/examples/dwarf/dwarfdump/Cargo.toml b/rust/examples/dwarf/dwarfdump/Cargo.toml
deleted file mode 100644
index 3f1e25f6..00000000
--- a/rust/examples/dwarf/dwarfdump/Cargo.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-[package]
-name = "dwarfdump"
-version = "0.1.0"
-authors = ["Kyle Martin <kyle@vector35.com>"]
-edition = "2021"
-
-[lib]
-crate-type = ["cdylib"]
-
-[dependencies]
-dwarfreader = { path = "../shared/" }
-binaryninja = {path="../../../"}
-gimli = "0.31"