mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: move IntegerList to reth-primitives-traits (#8948)
This commit is contained in:
@ -24,6 +24,10 @@ alloy-rpc-types-eth = { workspace = true, optional = true }
|
||||
derive_more.workspace = true
|
||||
revm-primitives.workspace = true
|
||||
|
||||
# misc
|
||||
thiserror-no-std = { workspace = true, default-features = false }
|
||||
roaring = "0.10.2"
|
||||
|
||||
# required by reth-codecs
|
||||
modular-bitfield.workspace = true
|
||||
bytes.workspace = true
|
||||
@ -40,10 +44,11 @@ proptest.workspace = true
|
||||
proptest-derive.workspace = true
|
||||
test-fuzz.workspace = true
|
||||
rand.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = []
|
||||
std = ["thiserror-no-std/std"]
|
||||
test-utils = ["arbitrary"]
|
||||
arbitrary = [
|
||||
"dep:arbitrary",
|
||||
|
||||
Reference in New Issue
Block a user