summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 84f15045fddd417cdc27357702c13923b32dc4a2 (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
31
32
33
34
35
36
[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]
actix = "0.7"
actix-web = "0.7"
base64 = "0.10"
hex = "0.3"
openssl = "0.10"
rand = "0.6"
rand_core = "0.4"
rayon = "1.0"
reqwest = "0.9"
serde = "1.0"
serde_derive = "1.0"
time = "0.1"