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 9002faf commit e4d8ae7Copy full SHA for e4d8ae7
text/3502-cargo-script.md
@@ -403,7 +403,8 @@ Further work may be done to refine the output in interactive mode.
403
The implicit content of the manifest will be unclear for users.
404
We can patch over this as best we can in documentation but the result won't be
405
ideal.
406
-A user can workaround this with `cargo metadata --manifest-path <file>.rs`.
+A user can workaround this with `cargo metadata --manifest-path <file>.rs`
407
+or `cargo read-manifest --manifest-path <file>.rs`
408
409
Users may be using this feature for heavier duty scripting and want optimized builds.
410
- This can be worked around by changing `profile.dev` in the embedded manifest
0 commit comments