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

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

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

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