diff options
Diffstat (limited to 'view/bintxt/Cargo.toml')
| -rw-r--r-- | view/bintxt/Cargo.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/view/bintxt/Cargo.toml b/view/bintxt/Cargo.toml new file mode 100644 index 00000000..0ec7a9c1 --- /dev/null +++ b/view/bintxt/Cargo.toml @@ -0,0 +1,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 |
