mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-11 07:25:09 -05:00
10 lines
246 B
TOML
10 lines
246 B
TOML
[workspace]
|
|
members = [
|
|
"exex/hello-world",
|
|
]
|
|
|
|
# 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"
|
|
|