From df2560be072a4b7f1b6a4c50dd35977f13ebad28 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 24 May 2023 15:20:49 -0500 Subject: [PATCH] docs(ref): Link to docs.rs metadata table This gets us part of the cross-linking described in #7164 --- src/doc/src/reference/manifest.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/doc/src/reference/manifest.md b/src/doc/src/reference/manifest.md index bc689072a6b..b203f4053d6 100644 --- a/src/doc/src/reference/manifest.md +++ b/src/doc/src/reference/manifest.md @@ -511,6 +511,10 @@ package-name = "my-awesome-android-app" assets = "path/to/static" ``` +You'll need to look in the documentation for your tool to see how to use this field. +For Rust Projects that use `package.metadata` tables, see: +- [docs.rs](https://docs.rs/about/metadata) + There is a similar table at the workspace level at [`workspace.metadata`][workspace-metadata]. While cargo does not specify a format for the content of either of these tables, it is suggested that