summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2019-08-16 22:00:48 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2019-08-16 22:00:48 +0200
commit5aeea9b619cbdc3776a23aa5a1c6547d42c7f427 (patch)
tree1af087bf6e9b3641e29069a57aa2d294acf46338 /Cargo.lock
parentLayout work on router (diff)
downloadwireguard-rs-5aeea9b619cbdc3776a23aa5a1c6547d42c7f427.tar.xz
wireguard-rs-5aeea9b619cbdc3776a23aa5a1c6547d42c7f427.zip
Begin drafting cross-platform interface
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 d25d5fe..9aad567 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1026,6 +1026,7 @@ dependencies = [
"arraydeque 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
"blake2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
"generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",