We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc6fda5 commit ce09b86Copy full SHA for ce09b86
src/doc/manifest.md
@@ -41,6 +41,15 @@ building native code. More information can be found in the build script
41
build = "build.rs"
42
```
43
44
+## The `documentation` field (optional)
45
+
46
+This field specifies a URL to a website hosting the crate's documentation.
47
+If no URL is specified in the manifest file, [crates.io][cratesio] will
48
+automatically link your crate to the corresponding [docs.rs][docsrs] page.
49
50
+[docsrs]: https://docs.rs/
51
+[cratesio]: https://crates.io/
52
53
## The `exclude` and `include` fields (optional)
54
55
You can explicitly specify to Cargo that a set of [globs][globs] should be
0 commit comments