Skip to content

Commit 86c09f3

Browse files
committed
add description to libstd
Include a description field for libstd in Cargo metadata.
1 parent 4519192 commit 86c09f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version = "0.0.0"
55
build = "build.rs"
66
license = "MIT/Apache-2.0"
77
repository = "https://github.com/rust-lang/rust.git"
8+
description = "The Rust Standard Library"
89

910
[lib]
1011
name = "std"

0 commit comments

Comments
 (0)