summaryrefslogtreecommitdiff
path: root/arch/msp430/Cargo.toml
blob: d5bcc31ee8c4ee5eeb1e42d472752839800a40be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "arch_msp430"
version = "0.1.0"
authors = ["jrozner"]
edition = "2021"
license = "Apache-2.0"

[dependencies]
binaryninja.workspace = true
binaryninjacore-sys.workspace = true
msp430-asm = "^0.2"
tracing = "0.1"

[lib]
crate-type = ["cdylib"]