summaryrefslogtreecommitdiff
path: root/rust/examples/dwarf/shared/Cargo.toml
blob: 521a705e78ec9366fbcc3a4fc05e5ce07f57a696 (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.28"