Skip to content

Commit

Permalink
docs(ref): Provide path for people to finding why shared Cargo.lock m…
Browse files Browse the repository at this point in the history
…atters
  • Loading branch information
epage committed Sep 13, 2022
1 parent 5576c4f commit 4ea5dce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/doc/src/reference/workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members*, that are managed together.
The key points of workspaces are:

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

[package]: manifest.md#the-package-section
[`Cargo.lock`]: ../guide/cargo-toml-vs-cargo-lock.md
[package-metadata]: manifest.md#the-metadata-table
[output directory]: ../guide/build-cache.md
[patch]: overriding-dependencies.md#the-patch-section
Expand Down

0 comments on commit 4ea5dce

Please sign in to comment.