chore: use workspace dependencies (#3132)

This commit is contained in:
Waylon Jepsen
2023-06-13 16:46:26 -06:00
committed by GitHub
parent fe40a92f06
commit ea2fcee995
42 changed files with 383 additions and 354 deletions

View File

@ -12,12 +12,12 @@ Reth RPC interfaces
[dependencies]
# reth
reth-primitives = { path = "../../primitives" }
reth-rpc-types = { path = "../rpc-types" }
reth-primitives = { workspace = true }
reth-rpc-types = { workspace = true }
# misc
jsonrpsee = { version = "0.18", features = ["server", "macros"] }
serde_json = "1.0"
serde_json = { workspace = true }
[features]
client = ["jsonrpsee/client", "jsonrpsee/async-client"]