summaryrefslogtreecommitdiff
path: root/plugins/dwarf/dwarf_export/Cargo.toml
blob: 570626f60ef6e811389a8485e5e85c1c58e49351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "dwarf_export"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"

[lib]
crate-type = ["cdylib"]

[dependencies]
binaryninja.workspace = true
binaryninjacore-sys.workspace = true
gimli = "^0.31"
log = "0.4"
object = { version = "0.32.1", features = ["write"] }