diff options
Diffstat (limited to 'view/bintxt/Cargo.toml')
| -rw-r--r-- | view/bintxt/Cargo.toml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/view/bintxt/Cargo.toml b/view/bintxt/Cargo.toml index 0ec7a9c1..47740dbd 100644 --- a/view/bintxt/Cargo.toml +++ b/view/bintxt/Cargo.toml @@ -5,15 +5,11 @@ authors = ["Rubens Brandao <git@rubens.io>"] edition = "2021" [dependencies] -binaryninja = { path = "../../rust" } +binaryninja.workspace = true +binaryninjacore-sys.workspace = true ihex = "3.0.0" -log = "*" +log = "0.4" srec = "0.2.0" [lib] -crate-type = ["cdylib"] - -[profile.release] -panic = "abort" -lto = true -debug = 1 +crate-type = ["cdylib"]
\ No newline at end of file |
