summaryrefslogtreecommitdiff
path: root/arch/msp430/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'arch/msp430/Cargo.toml')
-rw-r--r--arch/msp430/Cargo.toml8
1 files changed, 2 insertions, 6 deletions
diff --git a/arch/msp430/Cargo.toml b/arch/msp430/Cargo.toml
index d97b8fc8..ddc442e8 100644
--- a/arch/msp430/Cargo.toml
+++ b/arch/msp430/Cargo.toml
@@ -5,14 +5,10 @@ authors = ["jrozner"]
edition = "2021"
[dependencies]
-binaryninja = { path = "../../rust" }
+binaryninja.workspace = true
+binaryninjacore-sys.workspace = true
log = "0.4"
msp430-asm = "^0.2"
[lib]
crate-type = ["cdylib"]
-
-[profile.release]
-panic = "abort"
-lto = true
-debug = 1