From c77697b8edb529834bc5f57fe3bdb35cbbe3e809 Mon Sep 17 00:00:00 2001 From: Mathias Hall-Andersen Date: Mon, 22 Jul 2019 23:40:04 +0200 Subject: Finish handshake exchange --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3-59-g8ed1b