Skip to content

Commit aeec0b5

Browse files
authored
Merge pull request #709 from integer32llc/description-for-crates
Add descriptions to crates so that they're publishable
2 parents 69cfe72 + 4c140e8 commit aeec0b5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ authors = ["Alex Crichton <[email protected]>"]
44
version = "0.1.0"
55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/rust-lang/crates.io"
7+
description = "Backend of crates.io"
78

89
[workspace]
910

src/s3/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version = "0.1.0"
55
authors = ["Alex Crichton <[email protected]>"]
66
license = "MIT/Apache-2.0"
77
repository = "https://github.com/rust-lang/crates.io"
8+
description = "Interaction between crates.io and S3 for storing crate files"
89

910
[lib]
1011

0 commit comments

Comments
 (0)