Skip to content

Commit d41f4af

Browse files
committed
Auto merge of #7347 - matthiaskrgr:manifest_readme, r=alexcrichton
add readme key to cargos manifest. This should make the readme display on cargos crates.io page
2 parents d9ff576 + d551d90 commit d41f4af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ license = "MIT OR Apache-2.0"
99
homepage = "https://crates.io"
1010
repository = "https://github.com/rust-lang/cargo"
1111
documentation = "https://docs.rs/cargo"
12+
readme = "README.md"
1213
description = """
1314
Cargo, a package manager for Rust.
1415
"""

0 commit comments

Comments
 (0)