Files
nanoreth/book/sources/Cargo.toml
2025-02-21 14:50:28 +00:00

33 lines
1.8 KiB
TOML

[workspace]
members = ["exex/hello-world", "exex/remote", "exex/tracking-state"]
# Explicitly set the resolver to version 2, which is the default for packages with edition >= 2021
# https://doc.rust-lang.org/edition-guide/rust-2021/default-cargo-resolver.html
resolver = "2"
[patch.'https://github.com/paradigmxyz/reth']
reth = { path = "../../bin/reth" }
reth-exex = { path = "../../crates/exex/exex" }
reth-node-ethereum = { path = "../../crates/ethereum/node" }
reth-tracing = { path = "../../crates/tracing" }
reth-node-api = { path = "../../crates/node/api" }
[patch.crates-io]
alloy-evm = { git = "https://github.com/alloy-rs/evm", rev = "beb6832" }
alloy-op-evm = { git = "https://github.com/alloy-rs/evm", rev = "beb6832" }
revm = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
revm-bytecode = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
revm-database = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
revm-state = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
revm-primitives = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
revm-interpreter = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
revm-inspector = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
revm-context = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
revm-context-interface = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
revm-database-interface = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
revm-specification = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
revm-optimism = { git = "https://github.com/bluealloy/revm", rev = "a8b9b1e" }
revm-inspectors = { git = "https://github.com/paradigmxyz/revm-inspectors", rev = "74b6aa4" }