blob: da25a7564c637bcc928246b05eb818d22fb0b263 (
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.26"
|