summaryrefslogtreecommitdiff
path: root/rust/examples/dwarf/dwarf_export/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/examples/dwarf/dwarf_export/Cargo.toml')
-rw-r--r--rust/examples/dwarf/dwarf_export/Cargo.toml13
1 files changed, 0 insertions, 13 deletions
diff --git a/rust/examples/dwarf/dwarf_export/Cargo.toml b/rust/examples/dwarf/dwarf_export/Cargo.toml
deleted file mode 100644
index 715686f2..00000000
--- a/rust/examples/dwarf/dwarf_export/Cargo.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-[package]
-name = "dwarf_export"
-version = "0.1.0"
-edition = "2021"
-
-[lib]
-crate-type = ["cdylib"]
-
-[dependencies]
-binaryninja = {path="../../../"}
-gimli = "^0.31"
-log = "^0.4"
-object = { version = "0.32.1", features = ["write"] }