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

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

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

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