summaryrefslogtreecommitdiff
path: root/rust/examples/dwarf/dwarfdump/Cargo.toml
blob: 1d3411a0512ed9db7f7578e5cc8bc9e7d25c4cb5 (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.27"