aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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.toml
parentrouter refactoring (diff)
downloadwireguard-rs-1a982b1c040870a3d261a061f4622ca9d4d4393b.tar.xz
wireguard-rs-1a982b1c040870a3d261a061f4622ca9d4d4393b.zip
consolidate handshake crypto
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 bb79d27..1ebec71 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,7 @@ daemonize = "0.2"
env_logger = "^0.4"
failure = "^0.1"
futures = "^0.1"
+lazy_static = "^0.2"
log = "^0.3"
hex = "^0.3"
rand = "^0.4"