Skip to content

Commit

Permalink
docs: clarify where package metadata comes from
Browse files Browse the repository at this point in the history
  • Loading branch information
mathstuf committed Sep 27, 2018
1 parent 07f872a commit ae6b2f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/doc/src/reference/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ let version = env!("CARGO_PKG_VERSION");
* `CARGO_PKG_VERSION_PRE` - The pre-release version of your package.
* `CARGO_PKG_AUTHORS` - Colon separated list of authors from the manifest of your package.
* `CARGO_PKG_NAME` - The name of your package.
* `CARGO_PKG_DESCRIPTION` - The description of your package.
* `CARGO_PKG_HOMEPAGE` - The home page of your package.
* `CARGO_PKG_REPOSITORY` - The repository of your package.
* `CARGO_PKG_DESCRIPTION` - The description from the manifest of your package.
* `CARGO_PKG_HOMEPAGE` - The home page from the manifest of your package.
* `CARGO_PKG_REPOSITORY` - The repository from the manifest of your package.
* `OUT_DIR` - If the package has a build script, this is set to the folder where the build
script should place its output. See below for more information.

Expand Down

0 comments on commit ae6b2f6

Please sign in to comment.