Explorar el Código

dhc: Add rand and net features.

Luther Blissett hace 3 años
padre
commit
f9d7db6fbf
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      Cargo.toml

+ 3 - 0
Cargo.toml

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