about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2017-11-04 13:49:29 +0800
committerGitHub <noreply@github.com>2017-11-04 13:49:29 +0800
commit1815265510dee8d04e13bbce14971bc247b86251 (patch)
tree2480e9d207b4cc53d0c1b744ea86eb98a4efc9ed /src/libstd
parentea572657daea279bca23cad44f3489a9d4d2985e (diff)
parent86c09f3a450acaaa4f6326ce64b1d5936310d16f (diff)
downloadrust-1815265510dee8d04e13bbce14971bc247b86251.tar.gz
rust-1815265510dee8d04e13bbce14971bc247b86251.zip
Rollup merge of #45669 - cardoe:metadata, r=kennytm
add Cargo metadata to libstd

Add license and repository metadata to libstd
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml
index 5dd5f8953a0..d239b79d4ba 100644
--- a/src/libstd/Cargo.toml
+++ b/src/libstd/Cargo.toml
@@ -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"