From f9d7db6fbfcf3f35b9e08b9ea6a97299df5a32f8 Mon Sep 17 00:00:00 2001 From: Luther Blissett Date: Sat, 24 Sep 2022 16:33:45 +0200 Subject: [PATCH] dhc: Add rand and net features. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 0fb91017f..96f31973f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -305,6 +305,9 @@ tx = [ ] dht = [ + "rand", + + "net", "util", ]