summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2019-09-08 12:59:35 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2019-09-08 12:59:35 +0200
commite371d39052b747018dea61d5e43f3074dfb74977 (patch)
treeffacb2bf1369532231def2beef916ce2d170d2ee /Cargo.toml
parentFixed outbound unittest (diff)
downloadwireguard-rs-e371d39052b747018dea61d5e43f3074dfb74977.tar.xz
wireguard-rs-e371d39052b747018dea61d5e43f3074dfb74977.zip
Begin work on full router interaction unittest
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"