From: Kamal Marhubi Date: Thu, 25 Feb 2016 17:57:52 +0000 (-0500) Subject: doc: Include CARGO_MANIFEST_DIR as being set for crates X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~15^2~5^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=690b1249c20da8cb51a11128d785e951a11d782a;p=cargo.git doc: Include CARGO_MANIFEST_DIR as being set for crates --- diff --git a/src/doc/environment-variables.md b/src/doc/environment-variables.md index 0b40f0bc0..3ac8190c1 100644 --- a/src/doc/environment-variables.md +++ b/src/doc/environment-variables.md @@ -59,9 +59,9 @@ Here are a list of the variables Cargo sets, organized by when it sets them: # Environment variables Cargo sets for crates +* `CARGO_MANIFEST_DIR` - The directory containing the manifest of your package. * `CARGO_PKG_VERSION` - The full version of your package. * `CARGO_PKG_VERSION_MAJOR` - The major version of your package. * `CARGO_PKG_VERSION_MINOR` - The minor version of your package. * `CARGO_PKG_VERSION_PATCH` - The patch version of your package. * `CARGO_PKG_VERSION_PRE` - The pre-release version of your package. -