From e349fcd1d69f5e2ccc0c5c4290fd8d18a9b4dba6 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 75fe938029bd..0b1dc9184008 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.