summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
parentFixed outbound unittest (diff)
downloadwireguard-rs-e371d39052b747018dea61d5e43f3074dfb74977.tar.xz
wireguard-rs-e371d39052b747018dea61d5e43f3074dfb74977.zip
Begin work on full router interaction unittest
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 785c22f..cd73aa4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1569,6 +1569,7 @@ dependencies = [
"hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pnet 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
"proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)",