bin: Feature cleanup

This commit is contained in:
parazyd
2023-08-29 13:06:01 +02:00
parent e2956a1451
commit ffe8643812
23 changed files with 29 additions and 70 deletions

View File

@@ -12,8 +12,8 @@ edition = "2021"
async-trait = "0.1.73"
blake3 = "1.4.1"
bs58 = "0.5.0"
darkfi = {path = "../../", features = ["blockchain", "wallet", "rpc", "net", "zkas"]}
darkfi-sdk = {path = "../../src/sdk"}
darkfi = {path = "../../", features = ["async-daemonize", "validator"]}
darkfi-sdk = {path = "../../src/sdk", features = ["async"]}
darkfi-serial = {path = "../../src/serial"}
log = "0.4.20"
sled = "0.34.7"