Skip to content

Commit 4c140e8

Browse files
committed
Add descriptions to crates so that they're publishable
1 parent f1e4e4d commit 4c140e8

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)