blob: 0ec7a9c15c61053dc646df811c517b7358642118 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[package]
name = "view_bintxt"
version = "0.1.0"
authors = ["Rubens Brandao <git@rubens.io>"]
edition = "2021"
[dependencies]
binaryninja = { path = "../../rust" }
ihex = "3.0.0"
log = "*"
srec = "0.2.0"
[lib]
crate-type = ["cdylib"]
[profile.release]
panic = "abort"
lto = true
debug = 1
|