summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2019-08-27 21:17:55 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2019-08-27 21:17:55 +0200
commitcdbcd55eda5a153b6fa7b0e871308286eae7cb54 (patch)
tree6988f08200ddd2a14187b90f29ee9e5c889b202b /Cargo.toml
parentRemoved unused sub-module (diff)
downloadwireguard-rs-cdbcd55eda5a153b6fa7b0e871308286eae7cb54.tar.xz
wireguard-rs-cdbcd55eda5a153b6fa7b0e871308286eae7cb54.zip
Added sealing/opening to the router worker
Diffstat (limited to '')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0dc9cb6..6f285bb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,6 +23,7 @@ arraydeque = "^0.4"
treebitmap = "^0.4"
crossbeam-deque = "0.7"
hjul = "0.1.2"
+ring = "0.16.7"
[dependencies.x25519-dalek]
version = "^0.5"