mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 17:59:07 +00:00
Update cheatsheets
This commit is contained in:
17
cargo-verify-project
Normal file
17
cargo-verify-project
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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