summaryrefslogtreecommitdiff
path: root/plugins/dwarf/shared/Cargo.toml
blob: e1404c74dd3efbd7deec2c961899501b6f5fe646 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "dwarfreader"
version = "0.1.0"
authors = ["Kyle Martin <kyle@vector35.com>"]
edition = "2021"
license = "Apache-2.0"
publish = false

[dependencies]
binaryninja.workspace = true
binaryninjacore-sys.workspace = true
gimli = "0.31"
zstd = "0.13.2"
thiserror = "2.0"
object = "0.36"