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

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

[dependencies]
dwarfreader = { path = "../shared/" }
binaryninja = {path="../../../"}
gimli = "0.31"