mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: move generators module (#8429)
This commit is contained in:
@ -28,13 +28,7 @@ auto_impl.workspace = true
|
||||
thiserror.workspace = true
|
||||
tracing.workspace = true
|
||||
|
||||
secp256k1 = { workspace = true, default-features = false, features = [
|
||||
"alloc",
|
||||
"recovery",
|
||||
"rand",
|
||||
], optional = true }
|
||||
parking_lot = { workspace = true, optional = true }
|
||||
rand = { workspace = true, optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
reth-consensus = { workspace = true, features = ["test-utils"] }
|
||||
@ -45,4 +39,4 @@ tokio = { workspace = true, features = ["full"] }
|
||||
secp256k1 = { workspace = true, features = ["alloc", "recovery", "rand"] }
|
||||
|
||||
[features]
|
||||
test-utils = ["reth-consensus/test-utils", "secp256k1", "rand", "parking_lot"]
|
||||
test-utils = ["reth-consensus/test-utils", "parking_lot"]
|
||||
|
||||
Reference in New Issue
Block a user