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

name = "x86-rs"
version = "0.0.1"
authors = [ "iximeow <me@iximeow.net>" ]
repository = "x86-rs"
description = """
A rust x86-64 decoder
"""

[dependencies]
"num-traits" = "0.2"
"termios" = "0.2.2"
"termion" = "1.4.0"
"serde" = "*"
"serde_json" = "*"
"serde_derive" = "*"

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