From 9c15ce850c5562e625a69338632e6bb9a830c050 Mon Sep 17 00:00:00 2001 From: gurkenhabicht Date: Mon, 18 May 2020 16:53:17 +0200 Subject: [PATCH] added rayon to toml file --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fdce714..ea04f61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,4 +18,4 @@ eui48 = "~0.4.6" #serde_json = "1.0" serde_json = { version = "1.0", features = ["raw_value"] } serde = "1.0.3" - +rayon = "1.3"