summaryrefslogtreecommitdiff
path: root/rust/examples/dwarf/shared/Cargo.toml
blob: 9cbd5a22aaedec9a71d0ac86e950a23219233e2f (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.27"