]> git.lizzy.rs Git - rust.git/commitdiff
add description to libstd
authorDoug Goldstein <cardoe@cardoe.com>
Tue, 31 Oct 2017 20:10:10 +0000 (15:10 -0500)
committerDoug Goldstein <cardoe@cardoe.com>
Tue, 31 Oct 2017 20:10:10 +0000 (15:10 -0500)
Include a description field for libstd in Cargo metadata.

src/libstd/Cargo.toml

index a1a450298928455417bdd4435052796155b4f013..d239b79d4ba7a2d13a8df296ea7936ee8a1c2427 100644 (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"