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.toml13
1 files changed, 9 insertions, 4 deletions
diff --git a/arch/msp430/Cargo.toml b/arch/msp430/Cargo.toml
index ce849cb0..d97b8fc8 100644
--- a/arch/msp430/Cargo.toml
+++ b/arch/msp430/Cargo.toml
@@ -4,10 +4,15 @@ version = "0.1.0"
authors = ["jrozner"]
edition = "2021"
+[dependencies]
+binaryninja = { path = "../../rust" }
+log = "0.4"
+msp430-asm = "^0.2"
+
[lib]
crate-type = ["cdylib"]
-[dependencies]
-binaryninja = { git = "https://github.com/Vector35/binaryninja-api.git", branch = "dev" }
-log = "0.4.14"
-msp430-asm = "^0.2"
+[profile.release]
+panic = "abort"
+lto = true
+debug = 1