summaryrefslogtreecommitdiff
path: root/rust/examples/dwarfdump/Cargo.toml
diff options
context:
space:
mode:
authorKyleMiles <krm504@nyu.edu>2023-04-18 12:38:09 -0400
committerKyleMiles <krm504@nyu.edu>2023-07-10 12:58:35 -0400
commit6325884782a47e0c89154cf7ce0952368e25ea2a (patch)
treeaacb435dc9e386035b75471715abcc912ce18697 /rust/examples/dwarfdump/Cargo.toml
parent068a2ff42ef4e15e67d2904166e53a51420b65a1 (diff)
DWARF Import DebugInfo Plugin
Resolves #3206
Diffstat (limited to 'rust/examples/dwarfdump/Cargo.toml')
-rw-r--r--rust/examples/dwarfdump/Cargo.toml12
1 files changed, 0 insertions, 12 deletions
diff --git a/rust/examples/dwarfdump/Cargo.toml b/rust/examples/dwarfdump/Cargo.toml
deleted file mode 100644
index c561c22a..00000000
--- a/rust/examples/dwarfdump/Cargo.toml
+++ /dev/null
@@ -1,12 +0,0 @@
-[package]
-name = "dwarfdump"
-version = "0.1.0"
-authors = ["Kyle Martin <kyle@vector35.com>"]
-edition = "2021"
-
-[lib]
-crate-type = ["cdylib"]
-
-[dependencies]
-binaryninja = {path="../../"}
-gimli = "0.23.0"