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>.
56
56
57
57
### Manifest Commands
58
58
59
+ {{man "cargo-add" 1}}\
60
+   ;  ;  ;  ; Add dependencies to a ` Cargo.toml ` manifest file.
61
+
59
62
{{man "cargo-generate-lockfile" 1}}\
60
63
  ;  ;  ;  ; Generate ` Cargo.lock ` for a project.
61
64
@@ -68,6 +71,9 @@ available at <https://rust-lang.org>.
68
71
{{man "cargo-pkgid" 1}}\
69
72
  ;  ;  ;  ; Print a fully qualified package specification.
70
73
74
+ {{man "cargo-remove" 1}}\
75
+   ;  ;  ;  ; Remove dependencies from a ` Cargo.toml ` manifest file.
76
+
71
77
{{man "cargo-tree" 1}}\
72
78
  ;  ;  ;  ; Display a tree visualization of a dependency graph.
73
79
Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ COMMANDS
50
50
Execute unit and integration tests of a package.
51
51
52
52
Manifest Commands
53
+ cargo-add(1)
54
+ Add dependencies to a Cargo.toml manifest file.
55
+
53
56
cargo-generate-lockfile(1)
54
57
Generate Cargo.lock for a project.
55
58
@@ -63,6 +66,9 @@ COMMANDS
63
66
cargo-pkgid(1)
64
67
Print a fully qualified package specification.
65
68
69
+ cargo-remove(1)
70
+ Remove dependencies from a Cargo.toml manifest file.
71
+
66
72
cargo-tree(1)
67
73
Display a tree visualization of a dependency graph.
68
74
Original file line number Diff line number Diff line change @@ -56,6 +56,9 @@ available at <https://rust-lang.org>.
56
56
57
57
### Manifest Commands
58
58
59
+ [ cargo-add(1)] ( cargo-add.html ) \
60
+   ;  ;  ;  ; Add dependencies to a ` Cargo.toml ` manifest file.
61
+
59
62
[ cargo-generate-lockfile(1)] ( cargo-generate-lockfile.html ) \
60
63
  ;  ;  ;  ; Generate ` Cargo.lock ` for a project.
61
64
@@ -68,6 +71,9 @@ available at <https://rust-lang.org>.
68
71
[ cargo-pkgid(1)] ( cargo-pkgid.html ) \
69
72
  ;  ;  ;  ; Print a fully qualified package specification.
70
73
74
+ [ cargo-remove(1)] ( cargo-remove.html ) \
75
+   ;  ;  ;  ; Remove dependencies from a ` Cargo.toml ` manifest file.
76
+
71
77
[ cargo-tree(1)] ( cargo-tree.html ) \
72
78
  ;  ;  ;  ; Display a tree visualization of a dependency graph.
73
79
Original file line number Diff line number Diff line change @@ -64,6 +64,10 @@ available at <https://rust\-lang.org>\&.
64
64
.br
65
65
\ \ \ \ Execute unit and integration tests of a package.
66
66
.SS "Manifest Commands"
67
+ \fB cargo \- add \fR (1)
68
+ .br
69
+ \ \ \ \ Add dependencies to a \fB Cargo.toml \fR manifest file.
70
+ .sp
67
71
\fB cargo \- generate \- lockfile \fR (1)
68
72
.br
69
73
\ \ \ \ Generate \fB Cargo.lock \fR for a project.
@@ -80,6 +84,10 @@ available at <https://rust\-lang.org>\&.
80
84
.br
81
85
\ \ \ \ Print a fully qualified package specification.
82
86
.sp
87
+ \fB cargo \- remove \fR (1)
88
+ .br
89
+ \ \ \ \ Remove dependencies from a \fB Cargo.toml \fR manifest file.
90
+ .sp
83
91
\fB cargo \- tree \fR (1)
84
92
.br
85
93
\ \ \ \ Display a tree visualization of a dependency graph.
You can’t perform that action at this time.
0 commit comments