Update workspaces docs

This commit is contained in:
Thomas Eizinger 2023-02-23 09:14:31 +11:00 committed by GitHub
parent 664ce0090f
commit 034fa743fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,10 +36,8 @@ sensible defaults.
env-vars: "" env-vars: ""
# The cargo workspaces and target directory configuration. # The cargo workspaces and target directory configuration.
# These entries are separated by newlines and have the form # These entries are separated by newlines and specify the paths to the workspace roots.
# `$workspace -> $target`. The `$target` part is treated as a directory # default: "."
# relative to the `$workspace` and defaults to "target" if not explicitly given.
# default: ". -> target"
workspaces: "" workspaces: ""
# Additional non workspace directories to be cached, separated by newlines. # Additional non workspace directories to be cached, separated by newlines.