summaryrefslogtreecommitdiff
path: root/arch/msp430/Cargo.toml
blob: ce849cb03a473d9bb3b6e62dac58aad8a9807191 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"