diff options
| author | kennytm <kennytm@gmail.com> | 2017-11-04 13:49:29 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-04 13:49:29 +0800 |
| commit | 1815265510dee8d04e13bbce14971bc247b86251 (patch) | |
| tree | 2480e9d207b4cc53d0c1b744ea86eb98a4efc9ed /src/libstd | |
| parent | ea572657daea279bca23cad44f3489a9d4d2985e (diff) | |
| parent | 86c09f3a450acaaa4f6326ce64b1d5936310d16f (diff) | |
| download | rust-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.toml | 3 |
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" |
