mirror of https://github.com/CrimsonTome/tldr.git
13 lines
410 B
Markdown
13 lines
410 B
Markdown
# 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}}`
|