File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,9 @@ man:cargo-pkgid[1]::
74
74
man:cargo-update[1]::
75
75
Update dependencies as recorded in the local lock file.
76
76
77
+ man:cargo-vendor[1]::
78
+ Vendor all dependencies locally.
79
+
77
80
man:cargo-verify-project[1]::
78
81
Check correctness of crate manifest.
79
82
Original file line number Diff line number Diff line change @@ -102,6 +102,10 @@ <h3 id="_manifest_commands">Manifest Commands</h3>
102
102
< dd >
103
103
< p > Update dependencies as recorded in the local lock file.</ p >
104
104
</ dd >
105
+ < dt class ="hdlist1 "> < a href ="cargo-vendor.html "> cargo-vendor(1)</ a > </ dt >
106
+ < dd >
107
+ < p > Vendor all dependencies locally.</ p >
108
+ </ dd >
105
109
< dt class ="hdlist1 "> < a href ="cargo-verify-project.html "> cargo-verify-project(1)</ a > </ dt >
106
110
< dd >
107
111
< p > Check correctness of crate manifest.</ p >
Original file line number Diff line number Diff line change 2
2
.\" Title: cargo
3
3
.\" Author: [see the "AUTHOR(S)" section]
4
4
.\" Generator: Asciidoctor 2.0.10
5
- .\" Date: 2019-10-09
5
+ .\" Date: 2019-12-04
6
6
.\" Manual: \ \&
7
7
.\" Source: \ \&
8
8
.\" Language: English
9
9
.\"
10
- .TH "CARGO" "1" "2019-10-09 " "\ \& " "\ \& "
10
+ .TH "CARGO" "1" "2019-12-04 " "\ \& " "\ \& "
11
11
.ie \n( .g .ds Aq \(aq
12
12
.el .ds Aq '
13
13
.ss \n[ .ss ] 0
@@ -130,6 +130,11 @@ Print a fully qualified package specification.
130
130
Update dependencies as recorded in the local lock file.
131
131
.RE
132
132
.sp
133
+ \fB cargo \- vendor \fP (1)
134
+ .RS 4
135
+ Vendor all dependencies locally.
136
+ .RE
137
+ .sp
133
138
\fB cargo \- verify \- project \fP (1)
134
139
.RS 4
135
140
Check correctness of crate manifest.
You can’t perform that action at this time.
0 commit comments