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

name = "yaxpeax-arm"
version = "0.0.1"
authors = [ "iximeow <me@iximeow.net>" ]
license = "0BSD"
repository = ""
description = """
A rust arm decoder
"""

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

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

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