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]::
7474man:cargo-update[1]::
7575 Update dependencies as recorded in the local lock file.
7676
77+ man:cargo-vendor[1]::
78+ Vendor all dependencies locally.
79+
7780man:cargo-verify-project[1]::
7881 Check correctness of crate manifest.
7982
Original file line number Diff line number Diff line change @@ -102,6 +102,10 @@ <h3 id="_manifest_commands">Manifest Commands</h3>
102102< dd >
103103< p > Update dependencies as recorded in the local lock file.</ p >
104104</ 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 >
105109< dt class ="hdlist1 "> < a href ="cargo-verify-project.html "> cargo-verify-project(1)</ a > </ dt >
106110< dd >
107111< p > Check correctness of crate manifest.</ p >
Original file line number Diff line number Diff line change 22.\" Title: cargo
33.\" Author: [see the "AUTHOR(S)" section]
44.\" Generator: Asciidoctor 2.0.10
5- .\" Date: 2019-10-09
5+ .\" Date: 2019-12-04
66.\" Manual: \ \&
77.\" Source: \ \&
88.\" Language: English
99.\"
10- .TH "CARGO" "1" "2019-10-09 " "\ \& " "\ \& "
10+ .TH "CARGO" "1" "2019-12-04 " "\ \& " "\ \& "
1111.ie \n( .g .ds Aq \(aq
1212.el .ds Aq '
1313.ss \n[ .ss ] 0
@@ -130,6 +130,11 @@ Print a fully qualified package specification.
130130Update dependencies as recorded in the local lock file.
131131.RE
132132.sp
133+ \fB cargo \- vendor \fP (1)
134+ .RS 4
135+ Vendor all dependencies locally.
136+ .RE
137+ .sp
133138\fB cargo \- verify \- project \fP (1)
134139.RS 4
135140Check correctness of crate manifest.
You can’t perform that action at this time.
0 commit comments