Parcourir la source

Cargo.toml: reenabled some feature imports

skoupidi il y a 1 an
Parent
commit
b72f82fa0f
2 fichiers modifiés avec 2 ajouts et 1 suppressions
  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"]}