Ver Fonte

dhc: Add rand and net features.

Luther Blissett há 3 anos atrás
pai
commit
f9d7db6fbf
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      Cargo.toml

+ 3 - 0
Cargo.toml

@@ -305,6 +305,9 @@ tx = [
 ]
 
 dht = [
+    "rand",
+
+    "net",
     "util",
 ]