Fix formatting for cargo vars list
This commit is contained in:
parent
a807cc3afb
commit
b5e87ac111
@ -17,8 +17,7 @@ const CARGO_DEFINED_VARS: &[(&str, &str)] = &[
|
||||
("CARGO_PKG_NAME","The name of your package"),
|
||||
("CARGO_PKG_DESCRIPTION","The description from the manifest of your package"),
|
||||
("CARGO_PKG_HOMEPAGE","The home page from the manifest of your package"),
|
||||
("CARGO_PKG_REPOSITORY",
|
||||
"The repository from the manifest of your package"),
|
||||
("CARGO_PKG_REPOSITORY","The repository from the manifest of your package"),
|
||||
("CARGO_PKG_LICENSE","The license from the manifest of your package"),
|
||||
("CARGO_PKG_LICENSE_FILE","The license file from the manifest of your package"),
|
||||
("CARGO_PKG_RUST_VERSION","The Rust version from the manifest of your package. Note that this is the minimum Rust version supported by the package, not the current Rust version"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user