From a12e6e139c963cfe9c78edc9ae83a71049722f29 Mon Sep 17 00:00:00 2001 From: Mathias Hall-Andersen Date: Tue, 6 Aug 2019 13:02:13 +0200 Subject: Add rate limiter check to handshake messages. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2f9d38d..2909dcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,7 @@ zerocopy = "0.2.7" byteorder = "1.3.1" digest = "0.8.0" sodiumoxide = "0.2.2" +lazy_static = "^1.3" [dependencies.x25519-dalek] version = "^0.5" -- cgit v1.2.3-59-g8ed1b