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 dcae5fc commit 54b0432Copy full SHA for 54b0432
src/doc/src/reference/manifest.md
@@ -165,6 +165,11 @@ will interpret it as Markdown and render it on the crate's page.
165
readme = "README.md"
166
```
167
168
+If no value is specified for this field, and a file named `README.md`,
169
+`README.txt` or `README` exists in the package root, then the name of that
170
+file will be used. You can suppress this behavior by setting this field to
171
+`"false"`.
172
+
173
#### The `homepage` field
174
175
The `homepage` field should be a URL to a site that is the home page for your
0 commit comments