From 86c09f3a450acaaa4f6326ce64b1d5936310d16f Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Tue, 31 Oct 2017 15:10:10 -0500 Subject: [PATCH] add description to libstd Include a description field for libstd in Cargo metadata. --- src/libstd/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml index a1a4502989284..d239b79d4ba7a 100644 --- a/src/libstd/Cargo.toml +++ b/src/libstd/Cargo.toml @@ -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"