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