mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(rpc): add compression to JSON-RPC (#12352)
This commit is contained in:
@ -17,10 +17,11 @@ http.workspace = true
|
||||
jsonrpsee-http-client.workspace = true
|
||||
pin-project.workspace = true
|
||||
tower.workspace = true
|
||||
|
||||
tower-http = { workspace = true, features = ["full"] }
|
||||
tracing.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
reqwest.workspace = true
|
||||
tokio = { workspace = true, features = ["macros"] }
|
||||
jsonrpsee = { workspace = true, features = ["server"] }
|
||||
http-body-util.workspace=true
|
||||
|
||||
Reference in New Issue
Block a user