mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
403 B
Markdown
13 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}}`
|