aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2019-07-24 18:47:33 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2019-07-24 18:47:33 +0200
commit95080c870f5cf45ab99f6177877c361fd5e9c3e5 (patch)
treecf0645643f08ac8fb1527665ae1bcc87f2a88e13 /Cargo.toml
parentFinish handshake exchange (diff)
downloadwireguard-rs-95080c870f5cf45ab99f6177877c361fd5e9c3e5.tar.xz
wireguard-rs-95080c870f5cf45ab99f6177877c361fd5e9c3e5.zip
Tested full handshake
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 7631157..de66caa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,7 @@ edition = "2018"
license = "GPL-3.0"
[dependencies]
+hex = "0.3"
spin = "0.5.0"
rand = "0.6.5"
blake2 = "0.8.0"