summaryrefslogtreecommitdiff
path: root/rust/examples/dwarf/dwarf_import/Cargo.toml
blob: 07605991c89f722a443ecfca1d602f2f81bdfda0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "dwarf_import"
version = "0.1.0"
authors = ["KyleMiles <kyle@vector35.com>"]
edition = "2021"

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

[dependencies]
dwarfreader = { path = "../shared/" }
binaryninja = { path = "../../../" }
gimli = "0.27"
log = "0.4.17"