File tree Expand file tree Collapse file tree 4 files changed +26
-0
lines changed Expand file tree Collapse file tree 4 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,9 @@ available at <https://rust-lang.org>.
5656
5757### Manifest Commands
5858
59+ {{man "cargo-add" 1}}\
60+   ;  ;  ;  ; Add dependencies to a ` Cargo.toml ` manifest file.
61+
5962{{man "cargo-generate-lockfile" 1}}\
6063  ;  ;  ;  ; Generate ` Cargo.lock ` for a project.
6164
@@ -68,6 +71,9 @@ available at <https://rust-lang.org>.
6871{{man "cargo-pkgid" 1}}\
6972  ;  ;  ;  ; Print a fully qualified package specification.
7073
74+ {{man "cargo-remove" 1}}\
75+   ;  ;  ;  ; Remove dependencies from a ` Cargo.toml ` manifest file.
76+
7177{{man "cargo-tree" 1}}\
7278  ;  ;  ;  ; Display a tree visualization of a dependency graph.
7379
Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ COMMANDS
5050 Execute unit and integration tests of a package.
5151
5252 Manifest Commands
53+ cargo-add(1)
54+ Add dependencies to a Cargo.toml manifest file.
55+
5356 cargo-generate-lockfile(1)
5457 Generate Cargo.lock for a project.
5558
@@ -63,6 +66,9 @@ COMMANDS
6366 cargo-pkgid(1)
6467 Print a fully qualified package specification.
6568
69+ cargo-remove(1)
70+ Remove dependencies from a Cargo.toml manifest file.
71+
6672 cargo-tree(1)
6773 Display a tree visualization of a dependency graph.
6874
Original file line number Diff line number Diff line change @@ -56,6 +56,9 @@ available at <https://rust-lang.org>.
5656
5757### Manifest Commands
5858
59+ [ cargo-add(1)] ( cargo-add.html ) \
60+   ;  ;  ;  ; Add dependencies to a ` Cargo.toml ` manifest file.
61+
5962[ cargo-generate-lockfile(1)] ( cargo-generate-lockfile.html ) \
6063  ;  ;  ;  ; Generate ` Cargo.lock ` for a project.
6164
@@ -68,6 +71,9 @@ available at <https://rust-lang.org>.
6871[ cargo-pkgid(1)] ( cargo-pkgid.html ) \
6972  ;  ;  ;  ; Print a fully qualified package specification.
7073
74+ [ cargo-remove(1)] ( cargo-remove.html ) \
75+   ;  ;  ;  ; Remove dependencies from a ` Cargo.toml ` manifest file.
76+
7177[ cargo-tree(1)] ( cargo-tree.html ) \
7278  ;  ;  ;  ; Display a tree visualization of a dependency graph.
7379
Original file line number Diff line number Diff line change @@ -64,6 +64,10 @@ available at <https://rust\-lang.org>\&.
6464.br
6565\ \ \ \ Execute unit and integration tests of a package.
6666.SS "Manifest Commands"
67+ \fB cargo \- add \fR (1)
68+ .br
69+ \ \ \ \ Add dependencies to a \fB Cargo.toml \fR manifest file.
70+ .sp
6771\fB cargo \- generate \- lockfile \fR (1)
6872.br
6973\ \ \ \ Generate \fB Cargo.lock \fR for a project.
@@ -80,6 +84,10 @@ available at <https://rust\-lang.org>\&.
8084.br
8185\ \ \ \ Print a fully qualified package specification.
8286.sp
87+ \fB cargo \- remove \fR (1)
88+ .br
89+ \ \ \ \ Remove dependencies from a \fB Cargo.toml \fR manifest file.
90+ .sp
8391\fB cargo \- tree \fR (1)
8492.br
8593\ \ \ \ Display a tree visualization of a dependency graph.
You can’t perform that action at this time.
0 commit comments