Skip to content

Commit e4d8ae7

Browse files
committed
fix: Call out availability of read-manifest
1 parent 9002faf commit e4d8ae7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

text/3502-cargo-script.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,8 @@ Further work may be done to refine the output in interactive mode.
403403
The implicit content of the manifest will be unclear for users.
404404
We can patch over this as best we can in documentation but the result won't be
405405
ideal.
406-
A user can workaround this with `cargo metadata --manifest-path <file>.rs`.
406+
A user can workaround this with `cargo metadata --manifest-path <file>.rs`
407+
or `cargo read-manifest --manifest-path <file>.rs`
407408

408409
Users may be using this feature for heavier duty scripting and want optimized builds.
409410
- This can be worked around by changing `profile.dev` in the embedded manifest

0 commit comments

Comments
 (0)