From cad833d9a6f837d58da301e19e46b63f90c54c0b Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 13 Sep 2022 14:06:17 -0500 Subject: [PATCH] docs(ref): Include workspace inheritane --- src/doc/src/reference/workspaces.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/doc/src/reference/workspaces.md b/src/doc/src/reference/workspaces.md index 4a234b884f0..867596bedf7 100644 --- a/src/doc/src/reference/workspaces.md +++ b/src/doc/src/reference/workspaces.md @@ -10,6 +10,7 @@ The key points of workspaces are: *workspace root*. * All packages share a common [output directory], which defaults to a directory named `target` in the *workspace root*. +* Sharing package metadata, like with [`workspace.package`](#the-package-table). * The [`[patch]`][patch], [`[replace]`][replace] and [`[profile.*]`][profiles] sections in `Cargo.toml` are only recognized in the *root* manifest, and ignored in member crates' manifests.