From dfed3b448f30249a9b65cba998dba77667e6c76d Mon Sep 17 00:00:00 2001 From: Mathias Hall-Andersen Date: Fri, 12 Jul 2019 14:49:53 +0200 Subject: Add peers and psks to device --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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 "] edition = "2018" [dependencies] -rust-crypto = "0.2.36" +rand = "0.7.0" [dependencies.x25519-dalek] version = "^0.5" -- cgit v1.2.3-59-g8ed1b