summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 384bae6108819bd8e8fe58ee0c43118280127191 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "yaxpeax-msp430"
version = "0.0.1"
authors = [ "iximeow <me@iximeow.net>" ]
license = "0BSD"
repository = "msp430-rs"
description = """
A rust msp430 decoder (specifically the microcorruption flavor)
"""

[dependencies]
yaxpeax-arch = { path = "../../yaxpeax-arch" }
"termion" = "1.4.0"

[[test]]
name = "test"
path = "test/test.rs"