Fix formatting for cargo vars list

This commit is contained in:
btwotwo 2022-10-11 19:29:09 +02:00
parent a807cc3afb
commit b5e87ac111
No known key found for this signature in database
GPG Key ID: D456A0349D73A0A3

View File

@ -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"),