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
+2
Original file line number
Diff line number
Diff line change
@@ -330,6 +330,7 @@ let out_dir = env::var("OUT_DIR").unwrap();
330
330
changed by editing `.cargo/config.toml`; see the documentation
331
331
about [cargo configuration][cargo-config] for more
332
332
information.
333
+
*`CARGO_PKG_<var>` - The package information variables, with the same names and values as are [provided during crate building][variables set for crates].
0 commit comments