aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-02-13 20:50:50 +0000
committerJake McGinty <me@jake.su>2018-02-13 20:50:50 +0000
commitb9fa6ef600f2694575f5b556d06868564a9e9587 (patch)
treebed2845387ff278cb3ccbbd2f1b3439a17ec242f /Cargo.toml
parentreject after REJECT_AFTER_MESSAGES messages (diff)
downloadwireguard-rs-b9fa6ef600f2694575f5b556d06868564a9e9587.tar.xz
wireguard-rs-b9fa6ef600f2694575f5b556d06868564a9e9587.zip
use constant time comparison for mac
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 aebec33..2730045 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,6 +30,7 @@ snow = { git = "https://github.com/mcginty/snow", features = ["ring-accelerated"
socket2 = "^0.3"
structopt = "^0.1"
structopt-derive = "^0.1"
+subtle = "^0.5"
time = "*"
tokio-io = "^0.1"
tokio-core = "^0.1"