blob: 52f89a46999ec110c7786231841a67c0a2feecbc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[package]
name = "dwarf_import"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
dwarfreader = { path = "../shared/" }
binaryninja.workspace = true
binaryninjacore-sys.workspace = true
gimli = "0.31"
log = "0.4"
iset = "0.2.2"
cpp_demangle = "0.4.3"
regex = "1"
indexmap = "2.5.0"
|