mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
add format checker to .toml (#13968)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -4,10 +4,10 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
reth = { git = "https://github.com/paradigmxyz/reth.git" } # Reth
|
||||
reth-exex = { git = "https://github.com/paradigmxyz/reth.git" } # Execution Extensions
|
||||
reth = { git = "https://github.com/paradigmxyz/reth.git" } # Reth
|
||||
reth-exex = { git = "https://github.com/paradigmxyz/reth.git" } # Execution Extensions
|
||||
reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth.git" } # Ethereum Node implementation
|
||||
reth-tracing = { git = "https://github.com/paradigmxyz/reth.git" } # Logging
|
||||
reth-tracing = { git = "https://github.com/paradigmxyz/reth.git" } # Logging
|
||||
|
||||
eyre = "0.6" # Easy error handling
|
||||
eyre = "0.6" # Easy error handling
|
||||
futures-util = "0.3" # Stream utilities for consuming notifications
|
||||
|
||||
@ -6,9 +6,7 @@ edition = "2021"
|
||||
[dependencies]
|
||||
# reth
|
||||
reth = { git = "https://github.com/paradigmxyz/reth.git" }
|
||||
reth-exex = { git = "https://github.com/paradigmxyz/reth.git", features = [
|
||||
"serde",
|
||||
] }
|
||||
reth-exex = { git = "https://github.com/paradigmxyz/reth.git", features = ["serde"] }
|
||||
reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth.git" }
|
||||
reth-node-api = { git = "https://github.com/paradigmxyz/reth.git" }
|
||||
reth-tracing = { git = "https://github.com/paradigmxyz/reth.git" }
|
||||
|
||||
@ -5,12 +5,10 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
reth = { git = "https://github.com/paradigmxyz/reth.git" }
|
||||
reth-exex = { git = "https://github.com/paradigmxyz/reth.git", features = [
|
||||
"serde",
|
||||
] }
|
||||
reth-exex = { git = "https://github.com/paradigmxyz/reth.git", features = ["serde"] }
|
||||
reth-node-ethereum = { git = "https://github.com/paradigmxyz/reth.git" }
|
||||
reth-tracing = { git = "https://github.com/paradigmxyz/reth.git" }
|
||||
|
||||
eyre = "0.6" # Easy error handling
|
||||
futures-util = "0.3" # Stream utilities for consuming notifications
|
||||
eyre = "0.6" # Easy error handling
|
||||
futures-util = "0.3" # Stream utilities for consuming notifications
|
||||
alloy-primitives = "0.8.7"
|
||||
|
||||
Reference in New Issue
Block a user