We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69cfe72 + 4c140e8 commit aeec0b5Copy full SHA for aeec0b5
Cargo.toml
@@ -4,6 +4,7 @@ authors = ["Alex Crichton <alex@alexcrichton.com>"]
4
version = "0.1.0"
5
license = "MIT/Apache-2.0"
6
repository = "https://github.com/rust-lang/crates.io"
7
+description = "Backend of crates.io"
8
9
[workspace]
10
src/s3/Cargo.toml
@@ -5,6 +5,7 @@ version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
+description = "Interaction between crates.io and S3 for storing crate files"
[lib]
11
0 commit comments