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:
kennytm 2017-11-04 13:49:29 +08:00 committed by GitHub
commit 1815265510

View file

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