initial commit
This commit is contained in:
13
examples/dwarf/dwarf_export/Cargo.toml
Normal file
13
examples/dwarf/dwarf_export/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "dwarf_export"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
binaryninja = {path="../../../"}
|
||||
gimli = "^0.27"
|
||||
log = "^0.4"
|
||||
object = { version = "0.30.3", features = ["write"] }
|
||||
Reference in New Issue
Block a user