summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 2fb4b94ddb585adc34a0137450889bdd144277da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "matasano"
version = "0.0.1"
authors = ["Jesse Luehrs <doy@tozt.net>"]

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

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

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

[dependencies]
rustc-serialize = "0.3"
openssl = "0.5"
rand = "0.3"
time = "0.1"