1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/cargo-pkgid.md
Lena f1673431e1
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>
2023-11-01 06:54:54 +05:30

12 lines
403 B
Markdown

# 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}}`