add description to libstd

Include a description field for libstd in Cargo metadata.
This commit is contained in:
Doug Goldstein 2017-10-31 15:10:10 -05:00
parent 4519192d4f
commit 86c09f3a45
No known key found for this signature in database
GPG Key ID: 6C4E620431C9980D
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ 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"