Cargo.toml: moved deps to correct feature

This commit is contained in:
skoupidi
2025-11-19 10:30:41 +02:00
parent 20ce209a2d
commit 041b637ff8

View File

@@ -161,6 +161,8 @@ blockchain = [
"sled-overlay/serial",
"monero",
"num-bigint",
"primitive-types",
"sha2",
"tiny-keccak",
"darkfi-serial/num-bigint",
@@ -174,10 +176,8 @@ validator = [
"hex",
"lazy_static",
"monero",
"primitive-types",
"randomx",
"smol",
"sha2",
"blockchain",
"system",