initial commit
This commit is contained in:
14
examples/dwarf/dwarf_import/Cargo.toml
Normal file
14
examples/dwarf/dwarf_import/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[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.27"
|
||||
log = "0.4.17"
|
||||
Reference in New Issue
Block a user