Skip to content

Commit 1815265

Browse files
authored
Rollup merge of rust-lang#45669 - cardoe:metadata, r=kennytm
add Cargo metadata to libstd Add license and repository metadata to libstd
2 parents ea57265 + 86c09f3 commit 1815265

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/libstd/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ authors = ["The Rust Project Developers"]
33
name = "std"
44
version = "0.0.0"
55
build = "build.rs"
6+
license = "MIT/Apache-2.0"
7+
repository = "https://github.com/rust-lang/rust.git"
8+
description = "The Rust Standard Library"
69

710
[lib]
811
name = "std"

0 commit comments

Comments
 (0)