Skip to content

Commit cad833d

Browse files
committed
docs(ref): Include workspace inheritane
1 parent f1da8c4 commit cad833d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/doc/src/reference/workspaces.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The key points of workspaces are:
1010
*workspace root*.
1111
* All packages share a common [output directory], which defaults to a
1212
directory named `target` in the *workspace root*.
13+
* Sharing package metadata, like with [`workspace.package`](#the-package-table).
1314
* The [`[patch]`][patch], [`[replace]`][replace] and [`[profile.*]`][profiles]
1415
sections in `Cargo.toml` are only recognized in the *root* manifest, and
1516
ignored in member crates' manifests.

0 commit comments

Comments
 (0)