From e371d39052b747018dea61d5e43f3074dfb74977 Mon Sep 17 00:00:00 2001 From: Mathias Hall-Andersen Date: Sun, 8 Sep 2019 12:59:35 +0200 Subject: Begin work on full router interaction unittest --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e84695c..7ea8b67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,6 +30,7 @@ clear_on_drop = "0.2.3" parking_lot = "^0.9" futures-channel = "^0.2" env_logger = "0.6" +num_cpus = "^1.10" [dependencies.x25519-dalek] version = "^0.5" -- cgit v1.2.3-59-g8ed1b