We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be0b499 + ae45399 commit b2dc77fCopy full SHA for b2dc77f
src/doc/environment-variables.md
@@ -49,6 +49,8 @@ let version = env!("CARGO_PKG_VERSION");
49
* `CARGO_PKG_NAME` - The name of your package.
50
* `CARGO_PKG_DESCRIPTION` - The description of your package.
51
* `CARGO_PKG_HOMEPAGE` - The home page of your package.
52
+* `OUT_DIR` - If the package has a build script, this is set to the folder where the build
53
+ script should place its output. See below for more information.
54
55
# Environment variables Cargo sets for build scripts
56
0 commit comments