diff options
| author | Doug Goldstein <cardoe@cardoe.com> | 2017-10-31 15:10:10 -0500 |
|---|---|---|
| committer | Doug Goldstein <cardoe@cardoe.com> | 2017-10-31 15:10:10 -0500 |
| commit | 86c09f3a450acaaa4f6326ce64b1d5936310d16f (patch) | |
| tree | e771364cacefcb67bf04c191198f6cd1219a3320 /src/libstd | |
| parent | 4519192d4f1b72210e6e687d59fdd88229428890 (diff) | |
| download | rust-86c09f3a450acaaa4f6326ce64b1d5936310d16f.tar.gz rust-86c09f3a450acaaa4f6326ce64b1d5936310d16f.zip | |
add description to libstd
Include a description field for libstd in Cargo metadata.
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml index a1a45029892..d239b79d4ba 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" |
