blob: 7cef7cdf54ea81d31f584cc4053f57bd58805360 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[package]
name = "yaxpeax-lc87"
version = "1.0.1"
authors = [ "iximeow <me@iximeow.net>" ]
license = "0BSD"
repository = "http://git.iximeow.net/yaxpeax-lc87/"
description = "lc87 decoder for the yaxpeax project"
keywords = ["diassembler", "lc87", "sanyo"]
edition = "2018"
[dependencies]
yaxpeax-arch = { version = "0.2.4", default-features = false, features = [] }
[[test]]
name = "test"
path = "test/test.rs"
|