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

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