summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 19b252a2217bb7459c18e938471aaee4ed21857a (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.0"
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"