18 lines
313 B
TOML
18 lines
313 B
TOML
[package]
|
|
name = "dwarf_import"
|
|
version = "0.1.0"
|
|
authors = ["KyleMiles <kyle@vector35.com>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
dwarfreader = { path = "../shared/" }
|
|
binaryninja = { path = "../../../" }
|
|
gimli = "0.31"
|
|
log = "0.4.20"
|
|
iset = "0.2.2"
|
|
cpp_demangle = "0.4.3"
|
|
regex = "1"
|