From caaf7016fcecd3a95df53e65150666d50bd0fbcf Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 18 Apr 2019 02:23:35 -0400 Subject: problem 34 --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a15f9a6..576b872 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,8 +29,9 @@ path = "tests/set5.rs" actix = "0.7" actix-web = "0.7" base64 = "0.10" +crossbeam = "0.7" hex = "0.3" -num-bigint = { version = "0.2", features = ["rand"] } +num-bigint = { version = "0.2", features = ["rand", "serde"] } openssl = "0.10" rand = "0.6" rand_core = "0.4" @@ -38,4 +39,5 @@ rayon = "1.0" reqwest = "0.9" serde = "1.0" serde_derive = "1.0" +serde_json = "1.0" time = "0.1" -- cgit v1.2.3-54-g00ecf