You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/doc/src/reference/environment-variables.md
+1
Original file line number
Diff line number
Diff line change
@@ -185,6 +185,7 @@ let version = env!("CARGO_PKG_VERSION");
185
185
*`CARGO_PKG_HOMEPAGE` — The home page from the manifest of your package.
186
186
*`CARGO_PKG_REPOSITORY` — The repository from the manifest of your package.
187
187
*`CARGO_PKG_LICENSE` — The license from the manifest of your package.
188
+
*`CARGO_PKG_LICENSE_FILE` — The license file from the manifest of your package.
188
189
*`CARGO_CRATE_NAME` — The name of the crate that is currently being compiled.
189
190
*`CARGO_BIN_NAME` — The name of the binary that is currently being compiled (if it is a binary). This name does not include any file extension, such as `.exe`.
190
191
*`OUT_DIR` — If the package has a build script, this is set to the folder where the build
0 commit comments