Skip to content

Commit 4411d28

Browse files
committed
docs(ref): Provide path for people to finding why shared Cargo.lock matters
1 parent fe26780 commit 4411d28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/doc/src/reference/workspaces.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members*, that are managed together.
66
The key points of workspaces are:
77

88
* Common commands can run across all workspace members, like `cargo check --workspace`.
9-
* All packages share a common `Cargo.lock` file which resides in the
9+
* All packages share a common [`Cargo.lock`] file which resides in the
1010
*workspace root*.
1111
* All packages share a common [output directory], which defaults to a
1212
directory named `target` in the *workspace root*.
@@ -239,6 +239,7 @@ to the data in `workspace.metadata` if data is missing from `package.metadata`,
239239
if that makes sense for the tool in question.
240240

241241
[package]: manifest.md#the-package-section
242+
[`Cargo.lock`]: ../guide/cargo-toml-vs-cargo-lock.md
242243
[package-metadata]: manifest.md#the-metadata-table
243244
[output directory]: ../guide/build-cache.md
244245
[patch]: overriding-dependencies.md#the-patch-section

0 commit comments

Comments
 (0)