ソースを参照

dht: fix `make check`

epiphany 1 年間 前
コミット
1d2ecd4716
1 ファイル変更11 行追加1 行削除
  1. 11 1
      Cargo.toml

+ 11 - 1
Cargo.toml

@@ -293,8 +293,18 @@ zkas = [
 ]
 
 dht = [
-    "async-trait",
+    "async-sdk",
+    "blake3",
+    "bs58",
+    "futures",
     "num-bigint",
+    "serde",
+    "structopt",
+    "structopt-toml",
+    "smol",
+
+    "darkfi-serial",
+    "net",
 ]
 
 # Could not get this to work. Complains manifest-key is ignored.