From 70cd550be6f30ba9c67abd7235377e9496cb290f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 9 Apr 2019 04:40:00 -0400 Subject: add a web server that's weak to timing attacks --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d192c5e..4516858 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,9 +22,13 @@ 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" +serde = "1.0" +serde_derive = "1.0" time = "0.1" -- cgit v1.2.3-54-g00ecf