Browse Source

dhc: Add rand and net features.

Luther Blissett 3 năm trước cách đây
mục cha
commit
f9d7db6fbf
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      Cargo.toml

+ 3 - 0
Cargo.toml

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