Skip to content

Commit

Permalink
update the manifest documentation to indicate how it is located.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmstack committed Sep 20, 2022
1 parent 2339856 commit b8db027
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/doc/src/reference/manifest.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## The Manifest Format

The `Cargo.toml` file for each package is called its *manifest*. It is written
in the [TOML] format. Cargo searches for `Cargo.toml` in the current working directory,
and in every parent directory. Every manifest file consists of the following sections:
in the [TOML] format. It contains metadata that is needed to compile the package. Checkout
the `cargo locate-project` section for more detail on how cargo finds the manifest file.

Every manifest file consists of the following sections:

* [`cargo-features`](unstable.md) — Unstable, nightly-only features.
* [`[package]`](#the-package-section) — Defines a package.
Expand Down

0 comments on commit b8db027

Please sign in to comment.