summaryrefslogtreecommitdiff
path: root/plugins/pdb-ng/demo/Cargo.toml
blob: f9f446b56a3f264121218a911001ed24c4ed0a6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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 = { git = "https://github.com/Vector35/pdb-rs", branch = "master" }
cab = "^0.4"
regex = "1"

[features]
demo = []