add readme key to cargos manifest.

This should make the readme display on cargos crates.io page
This commit is contained in:
Matthias Krüger 2019-09-10 11:16:58 +02:00
parent d9ff5762fe
commit d551d90455

View file

@ -9,6 +9,7 @@ license = "MIT OR Apache-2.0"
homepage = "https://crates.io"
repository = "https://github.com/rust-lang/cargo"
documentation = "https://docs.rs/cargo"
readme = "README.md"
description = """
Cargo, a package manager for Rust.
"""