Extract layers module from rpc crate (#8163)

Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
This commit is contained in:
Rupam Dey
2024-05-11 19:11:41 +05:30
committed by GitHub
parent bab96bedbc
commit e20cb91827
24 changed files with 352 additions and 289 deletions

View File

@ -0,0 +1,29 @@
[package]
name = "reth-rpc-layer"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
exclude.workspace = true
[dependencies]
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