Files
nanoreth/book/sources/Cargo.toml
caglarkaya b637101894 docs: move ExEx book examples (#11616)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2024-10-14 09:50:07 +00:00

12 lines
292 B
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"