Răsfoiți Sursa

Cargo.toml: reenabled some feature imports

skoupidi 1 an în urmă
părinte
comite
b72f82fa0f
2 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 1 0
      Cargo.toml
  2. 1 1
      bin/minerd/Cargo.toml

+ 1 - 0
Cargo.toml

@@ -158,6 +158,7 @@ validator = [
     "crypto_api_chachapoly",
     "lazy_static",
     "randomx",
+    "smol",
 
     "wasm-runtime",
 ]

+ 1 - 1
bin/minerd/Cargo.toml

@@ -10,7 +10,7 @@ edition = "2021"
 
 [dependencies]
 # Darkfi
-darkfi = {path = "../../", features = ["async-daemonize", "validator"]}
+darkfi = {path = "../../", features = ["async-daemonize", "validator", "rpc"]}
 darkfi-sdk = {path = "../../src/sdk"}
 darkfi-serial = {path = "../../src/serial", features = ["async"]}