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

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

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

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