summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 45a419a5999cac2915917b937948b0c4d957c8b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "roughenough"
version = "0.1.0"
repository = "https://github.com/int08h/roughenough"
authors = ["Stuart Stock <stuart@int08h.com>"]
license = "Apache-2.0"

[dependencies]
byteorder = "1"
ring = "0.11.0"
untrusted = "0.5.0"
time = "0.1"
log = "0.3"
fern = "0.4"
ctrlc = { version = "3.0", features = ["termination"] }