aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2019-07-22 23:40:04 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2019-07-22 23:40:04 +0200
commitc77697b8edb529834bc5f57fe3bdb35cbbe3e809 (patch)
tree63e998e9ea488c5e1b1cce2b1da99a91997d3953 /Cargo.toml
parentBegin creation of response (diff)
downloadwireguard-rs-c77697b8edb529834bc5f57fe3bdb35cbbe3e809.tar.xz
wireguard-rs-c77697b8edb529834bc5f57fe3bdb35cbbe3e809.zip
Finish handshake exchange
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 2d27e3d..7631157 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,7 @@ edition = "2018"
license = "GPL-3.0"
[dependencies]
+spin = "0.5.0"
rand = "0.6.5"
blake2 = "0.8.0"
hmac = "0.7.1"