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:
Lena
2023-11-01 02:24:54 +01:00
committed by GitHub
parent 1ac2eb6f59
commit f1673431e1
4 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# cargo pkgid
> Print the fully qualified package ID specifier for a package or dependency in the current workspace.
> More information: <https://doc.rust-lang.org/cargo/commands/cargo-pkgid.html>.
- Print the fully qualified package specification for the current project:
`cargo pkgid`
- Print the fully qualified package specification for the specified package:
`cargo pkgid {{partial_pkgspec}}`