summaryrefslogtreecommitdiff
path: root/plugins/pdb-ng/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pdb-ng/Cargo.toml')
-rw-r--r--plugins/pdb-ng/Cargo.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/pdb-ng/Cargo.toml b/plugins/pdb-ng/Cargo.toml
new file mode 100644
index 00000000..2025de13
--- /dev/null
+++ b/plugins/pdb-ng/Cargo.toml
@@ -0,0 +1,19 @@
+[package]
+name = "pdb-import-plugin"
+version = "0.1.0"
+edition = "2021"
+
+[lib]
+crate-type = ["cdylib"]
+
+[dependencies]
+anyhow = "^1.0"
+binaryninja.workspace = true
+binaryninjacore-sys.workspace = true
+itertools = "^0.11"
+log = "0.4"
+pdb = { git = "https://github.com/Vector35/pdb-rs", rev = "6016177" }
+regex = "1"
+
+[features]
+demo = [] \ No newline at end of file