chore(docs): add book/cli to workspace exclusions (#14527)

This commit is contained in:
Federico Gimenez
2025-02-17 10:08:15 +01:00
committed by GitHub
parent a96bc6110c
commit 25579ce8a3

View File

@ -155,7 +155,7 @@ members = [
"testing/testing-utils", "testing/testing-utils",
] ]
default-members = ["bin/reth"] default-members = ["bin/reth"]
exclude = ["book/sources"] exclude = ["book/sources", "book/cli"]
# Explicitly set the resolver to version 2, which is the default for packages with edition >= 2021 # 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 # https://doc.rust-lang.org/edition-guide/rust-2021/default-cargo-resolver.html