summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 6885dee37236220cecb4611ee3ab55dcca459c14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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" }
"termion" = "1.4.0"

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