cargo-*: add page (#11349)
* cargo-verify-project: add page * cargo-pkgid: add page * cargo-tree: add page * cargo-vendor: add page * cargo-tree: fix typo Co-authored-by: Darío Hereñú <magallania@gmail.com> * cargo-verify-project: "correctness" => "the correctness" Co-authored-by: Juri Dispan <juri.dispan@posteo.net> --------- Co-authored-by: Darío Hereñú <magallania@gmail.com> Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
12
pages/common/cargo-verify-project.md
Normal file
12
pages/common/cargo-verify-project.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# cargo verify-project
|
||||
|
||||
> Check the correctness of the `Cargo.toml` manifest and print the result as a JSON object.
|
||||
> More information: <https://doc.rust-lang.org/cargo/commands/cargo-verify-project.html>.
|
||||
|
||||
- Check the correctness of the current project's manifest:
|
||||
|
||||
`cargo verify-project`
|
||||
|
||||
- Check the correctness of the specified manifest file:
|
||||
|
||||
`cargo verify-project --manifest-path {{path/to/Cargo.toml}}`
|
Reference in New Issue
Block a user