add repository info to libstd

Include the repository info for libstd in the Cargo metadata.
This commit is contained in:
Doug Goldstein 2017-10-31 14:57:27 -05:00
parent ea103ef57f
commit 4519192d4f
No known key found for this signature in database
GPG Key ID: 6C4E620431C9980D

View File

@ -4,6 +4,7 @@ name = "std"
version = "0.0.0"
build = "build.rs"
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-lang/rust.git"
[lib]
name = "std"