summaryrefslogtreecommitdiff
path: root/rust/examples/pdb-ng/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/examples/pdb-ng/Cargo.toml')
-rw-r--r--rust/examples/pdb-ng/Cargo.toml18
1 files changed, 0 insertions, 18 deletions
diff --git a/rust/examples/pdb-ng/Cargo.toml b/rust/examples/pdb-ng/Cargo.toml
deleted file mode 100644
index 6302f121..00000000
--- a/rust/examples/pdb-ng/Cargo.toml
+++ /dev/null
@@ -1,18 +0,0 @@
-[package]
-name = "pdb-import-plugin"
-version = "0.1.0"
-edition = "2021"
-
-[lib]
-crate-type = ["cdylib"]
-
-[dependencies]
-anyhow = "^1.0"
-binaryninja = {path = "../../"}
-itertools = "^0.11"
-log = "^0.4"
-pdb = "^0.8"
-regex = "1"
-
-[features]
-demo = []