summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2019-07-12 14:49:53 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2019-07-12 14:49:53 +0200
commitdfed3b448f30249a9b65cba998dba77667e6c76d (patch)
tree35a8b8257b74b5452f0a7c9d4baf354f5c488b87 /Cargo.toml
parentAdd unit tests (diff)
downloadwireguard-rs-dfed3b448f30249a9b65cba998dba77667e6c76d.tar.xz
wireguard-rs-dfed3b448f30249a9b65cba998dba77667e6c76d.zip
Add peers and psks to device
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b4363ca..a83e3a1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Mathias Hall-Andersen <mathias@hall-andersen.dk>"]
edition = "2018"
[dependencies]
-rust-crypto = "0.2.36"
+rand = "0.7.0"
[dependencies.x25519-dalek]
version = "^0.5"