mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(rpc): cleanup rpc-layer (#8274)
This commit is contained in:
@ -6,24 +6,28 @@ rust-version.workspace = true
|
||||
license.workspace = true
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
exclude.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
reth-primitives.workspace = true
|
||||
|
||||
http.workspace = true
|
||||
hyper.workspace = true
|
||||
tower.workspace = true
|
||||
http-body.workspace = true
|
||||
pin-project.workspace = true
|
||||
tokio.workspace = true
|
||||
jsonrpsee.workspace = true
|
||||
jsonwebtoken = "8"
|
||||
|
||||
rand.workspace = true
|
||||
reth-primitives.workspace = true
|
||||
serde.workspace = true
|
||||
thiserror.workspace = true
|
||||
tempfile.workspace = true
|
||||
assert_matches.workspace = true
|
||||
tracing.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
[dev-dependencies]
|
||||
hyper = { workspace = true, features = ["client", "tcp"] }
|
||||
assert_matches.workspace = true
|
||||
tokio = { workspace = true, features = ["macros"] }
|
||||
tempfile.workspace = true
|
||||
jsonrpsee = { workspace = true, features = ["server"] }
|
||||
|
||||
Reference in New Issue
Block a user