mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rm unused op rpc types (#10534)
This commit is contained in:
@ -39,24 +39,13 @@ parking_lot.workspace = true
|
||||
tokio.workspace = true
|
||||
|
||||
# rpc
|
||||
jsonrpsee.workspace = true
|
||||
jsonrpsee-types.workspace = true
|
||||
|
||||
# misc
|
||||
thiserror.workspace = true
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
derive_more.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json.workspace = true
|
||||
|
||||
[features]
|
||||
client = [
|
||||
"jsonrpsee/client",
|
||||
"jsonrpsee/async-client",
|
||||
"reth-rpc-eth-api/client"
|
||||
]
|
||||
|
||||
optimism = [
|
||||
"reth-evm-optimism/optimism",
|
||||
"reth-primitives/optimism",
|
||||
|
||||
Reference in New Issue
Block a user