Sfoglia il codice sorgente

Cargo.toml: missing features added

aggstam 3 anni fa
parent
commit
3426ec7ee4
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      Cargo.toml

+ 3 - 1
Cargo.toml

@@ -179,6 +179,7 @@ blockchain = [
     "darkfi-sdk",
     "darkfi-sdk",
     "darkfi-serial",
     "darkfi-serial",
     "net",
     "net",
+    "rpc",
     "tx",
     "tx",
     "util",
     "util",
     "wallet",
     "wallet",
@@ -285,7 +286,8 @@ system = [
 tx = [
 tx = [
     "incrementalmerkletree",
     "incrementalmerkletree",
     "rand",
     "rand",
-
+    
+    "async-runtime",
     "darkfi-serial",
     "darkfi-serial",
     "crypto",
     "crypto",
 ]
 ]