add description to libstd
Include a description field for libstd in Cargo metadata.
This commit is contained in:
parent
4519192d4f
commit
86c09f3a45
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue