Skip to content

Commit 7f3fc2b

Browse files
committed
Auto merge of #12879 - epage:docs-rs, r=weihanglo
docs(ref): Link to docs.rs metadata table This gets us part of the cross-linking described in #7164
2 parents 03e7022 + df2560b commit 7f3fc2b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/doc/src/reference/manifest.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,10 @@ package-name = "my-awesome-android-app"
511511
assets = "path/to/static"
512512
```
513513

514+
You'll need to look in the documentation for your tool to see how to use this field.
515+
For Rust Projects that use `package.metadata` tables, see:
516+
- [docs.rs](https://docs.rs/about/metadata)
517+
514518
There is a similar table at the workspace level at
515519
[`workspace.metadata`][workspace-metadata]. While cargo does not specify a
516520
format for the content of either of these tables, it is suggested that

0 commit comments

Comments
 (0)