From 2ef6fcb9db5ce9de312a20dbe311f05e031eded4 Mon Sep 17 00:00:00 2001 From: smaximov Date: Tue, 12 Apr 2016 20:32:11 +1000 Subject: [PATCH] Add reference to env vars introduced in PR #2523 to the docs --- src/doc/environment-variables.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/doc/environment-variables.md b/src/doc/environment-variables.md index 1f23ce68eca..4db72d9d2ed 100644 --- a/src/doc/environment-variables.md +++ b/src/doc/environment-variables.md @@ -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