From f038c7c9a9646c2a126d693eab7d297cd25565e3 Mon Sep 17 00:00:00 2001 From: Joe Rozner Date: Tue, 20 Aug 2024 21:55:05 -0700 Subject: Add msp430 architecture --- arch/msp430/Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 arch/msp430/Cargo.toml (limited to 'arch/msp430/Cargo.toml') diff --git a/arch/msp430/Cargo.toml b/arch/msp430/Cargo.toml new file mode 100644 index 00000000..ce849cb0 --- /dev/null +++ b/arch/msp430/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "arch_msp430" +version = "0.1.0" +authors = ["jrozner"] +edition = "2021" + +[lib] +crate-type = ["cdylib"] + +[dependencies] +binaryninja = { git = "https://github.com/Vector35/binaryninja-api.git", branch = "dev" } +log = "0.4.14" +msp430-asm = "^0.2" -- cgit v1.3.1