mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
30 lines
671 B
TOML
30 lines
671 B
TOML
[package]
|
|
name = "reth-rpc-layer"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
alloy-rpc-types-engine.workspace = true
|
|
|
|
http.workspace = true
|
|
hyper.workspace = true
|
|
tower.workspace = true
|
|
http-body.workspace = true
|
|
pin-project.workspace = true
|
|
|
|
tracing.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"] }
|