From df9d05b74ef79671d4421bf6134b204fdc7a5ee3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 17 Apr 2019 01:21:15 -0400 Subject: problem 33 --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 84f1504..a15f9a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,11 +21,16 @@ path = "tests/set3.rs" name = "set4" path = "tests/set4.rs" +[[test]] +name = "set5" +path = "tests/set5.rs" + [dependencies] actix = "0.7" actix-web = "0.7" base64 = "0.10" hex = "0.3" +num-bigint = { version = "0.2", features = ["rand"] } openssl = "0.10" rand = "0.6" rand_core = "0.4" -- cgit v1.2.3-54-g00ecf