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.
2 parents 03e7022 + df2560b commit 7f3fc2bCopy full SHA for 7f3fc2b
src/doc/src/reference/manifest.md
@@ -511,6 +511,10 @@ package-name = "my-awesome-android-app"
511
assets = "path/to/static"
512
```
513
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
+
518
There is a similar table at the workspace level at
519
[`workspace.metadata`][workspace-metadata]. While cargo does not specify a
520
format for the content of either of these tables, it is suggested that
0 commit comments