summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: d192c5e20912db839c290932a206051f6921e9b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[package]
name = "matasano"
version = "0.0.1"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"
autotests = false

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

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

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

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

[dependencies]
base64 = "0.10"
hex = "0.3"
openssl = "0.10"
rand = "0.6"
rand_core = "0.4"
time = "0.1"