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

[[test]]
name = "all"
path = "tests/lib.rs"

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