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
@@ -184,6 +184,7 @@ let version = env!("CARGO_PKG_VERSION");
184
184
*`CARGO_PKG_DESCRIPTION` — The description from the manifest of your package.
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
+
*`CARGO_PKG_LICENSE` — The license from the manifest of your package.
187
188
*`CARGO_CRATE_NAME` — The name of the crate that is currently being compiled.
188
189
*`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`.
189
190
*`OUT_DIR` — If the package has a build script, this is set to the folder where the build
0 commit comments