chore: Disable minerd from building before removal

This commit is contained in:
x
2025-12-24 17:55:32 +00:00
parent cbe47456ee
commit 51ec47e20c
2 changed files with 0 additions and 29 deletions

28
Cargo.lock generated
View File

@@ -4309,34 +4309,6 @@ dependencies = [
"zeroize",
]
[[package]]
name = "minerd"
version = "0.5.0"
dependencies = [
"bs58",
"darkfi",
"darkfi-sdk",
"darkfi-serial",
"easy-parallel",
"libc",
"num-bigint",
"once_cell",
"parking_lot 0.12.5",
"randomx",
"serde",
"signal-hook",
"signal-hook-async-std",
"smol",
"structopt",
"structopt-toml",
"tinyjson",
"toml 0.9.8",
"tracing",
"tracing-appender",
"tracing-subscriber",
"url",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"