aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2019-08-06 13:02:13 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2019-08-06 13:02:13 +0200
commita12e6e139c963cfe9c78edc9ae83a71049722f29 (patch)
treeb6bfd82f28553c84eae5a48f6b43b4cf88cd5bbc /Cargo.toml
parentPrepare for resuse of message buffers for response (diff)
downloadwireguard-rs-a12e6e139c963cfe9c78edc9ae83a71049722f29.tar.xz
wireguard-rs-a12e6e139c963cfe9c78edc9ae83a71049722f29.zip
Add rate limiter check to handshake messages.
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 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"