aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-02-09 17:02:56 +0000
committerJake McGinty <me@jake.su>2018-02-09 17:02:56 +0000
commit1a982b1c040870a3d261a061f4622ca9d4d4393b (patch)
treee135c41009e2e04f5502095b78c7eb052e5e3f70 /Cargo.lock
parentrouter refactoring (diff)
downloadwireguard-rs-1a982b1c040870a3d261a061f4622ca9d4d4393b.tar.xz
wireguard-rs-1a982b1c040870a3d261a061f4622ca9d4d4393b.zip
consolidate handshake crypto
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 0e06ade..1f29ff9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -921,6 +921,7 @@ dependencies = [
"failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
"hex 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"nix 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",