You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/etc/man/cargo-pkgid.1
+6-3
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,10 @@ fetched.
19
19
.sp
20
20
A package specifier consists of a name, version, and source URL. You are
21
21
allowed to use partial specifiers to succinctly match a specific package as
22
-
long as it matches only one package. The format of a \fIspec\fR can be one of the
23
-
following:
22
+
long as it matches only one package. This specifier is also used by other parts
23
+
in Cargo, such as \fBcargo\-metadata\fR(1) and \fIJSONmessages\fR <https://doc.rust\-lang.org/cargo/reference/external\-tools.html#json\-messages> emitted by Cargo.
24
+
.sp
25
+
The format of a \fIspec\fR can be one of the following:
0 commit comments