Skip to content

Commit

Permalink
Add reference to env vars introduced in PR #2523 to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
smaximov committed Apr 12, 2016
1 parent 4e1ffb1 commit 2ef6fcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/doc/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ let version = env!("CARGO_PKG_VERSION");
* `CARGO_PKG_VERSION_PATCH` - The patch version of your package.
* `CARGO_PKG_VERSION_PRE` - The pre-release version of your package.
* `CARGO_PKG_AUTHORS` - Colon seperated 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.

# Environment variables Cargo sets for build scripts

Expand Down

0 comments on commit 2ef6fcb

Please sign in to comment.