Sfoglia il codice sorgente

dht: fix `make check`

epiphany 1 anno fa
parent
commit
1d2ecd4716
1 ha cambiato i file con 11 aggiunte e 1 eliminazioni
  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.