summaryrefslogtreecommitdiff
path: root/rust/examples/idb_import/Cargo.toml
blob: dd1e6c696fba2e115e14244bfc89615bd7bc0f3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "idb_import"
version = "0.1.0"
authors = ["Rubens Brandao <git@rubens.io>"]
edition = "2021"

[lib]
crate-type = ["cdylib"]

[dependencies]
anyhow = { version = "1.0.86", features = ["backtrace"] }
binaryninja = { path = "../../" }
idb-rs = { git = "https://github.com/Vector35/idb-rs", version = "0.1.4" }
log = "0.4.20"