summaryrefslogtreecommitdiff
path: root/rust/examples/dwarf/shared/Cargo.toml
blob: 121e9a91f7fc875c115e29d83a8e4e87301ccd53 (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.26"