diff options
Diffstat (limited to 'arch/msp430/Cargo.toml')
| -rw-r--r-- | arch/msp430/Cargo.toml | 13 |
1 files changed, 13 insertions, 0 deletions
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" |
