瀏覽代碼

dhc: Add rand and net features.

Luther Blissett 3 年之前
父節點
當前提交
f9d7db6fbf
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Cargo.toml

+ 3 - 0
Cargo.toml

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