Rollup merge of #45669 - cardoe:metadata, r=kennytm
add Cargo metadata to libstd Add license and repository metadata to libstd
This commit is contained in:
commit
1815265510
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@ authors = ["The Rust Project Developers"]
|
|||
name = "std"
|
||||
version = "0.0.0"
|
||||
build = "build.rs"
|
||||
license = "MIT/Apache-2.0"
|
||||
repository = "https://github.com/rust-lang/rust.git"
|
||||
description = "The Rust Standard Library"
|
||||
|
||||
[lib]
|
||||
name = "std"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue