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.
1 parent 31eda6f commit 8b02d49Copy full SHA for 8b02d49
Cargo.toml
@@ -101,7 +101,6 @@ license = "MIT OR Apache-2.0"
101
homepage = "https://crates.io"
102
repository = "https://github.com/rust-lang/cargo"
103
documentation = "https://docs.rs/cargo"
104
-readme = "README.md"
105
description = """
106
Cargo, a package manager for Rust.
107
"""
crates/home/Cargo.toml
@@ -12,7 +12,6 @@ include = [
12
"/README.md",
13
]
14
license = "MIT OR Apache-2.0"
15
16
17
description = "Shared definitions of home directories."
18
0 commit comments