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