File tree 4 files changed +10
-6
lines changed
4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ cargo-package --- Assemble the local package into a distributable tarball
15
15
## DESCRIPTION
16
16
17
17
This command will create a distributable, compressed ` .crate ` file with the
18
- source code of the package in the current directory. The resulting file will
18
+ source code of the package in the current directory. When run in a workspace,
19
+ this command will create one ` .crate ` file per crate. The resulting file(s) will
19
20
be stored in the ` target/package ` directory. This performs the following
20
21
steps:
21
22
Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ SYNOPSIS
9
9
10
10
DESCRIPTION
11
11
This command will create a distributable, compressed .crate file with
12
- the source code of the package in the current directory. The resulting
13
- file will be stored in the target/package directory. This performs the
14
- following steps:
12
+ the source code of the package in the current directory. When run in a
13
+ workspace, this command will create one .crate file per crate. The
14
+ resulting file(s) will be stored in the target/package directory. This
15
+ performs the following steps:
15
16
16
17
1. Load and check the current workspace, performing some basic checks.
17
18
o Path dependencies are not allowed unless they have a version key.
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ cargo-package --- Assemble the local package into a distributable tarball
10
10
## DESCRIPTION
11
11
12
12
This command will create a distributable, compressed ` .crate ` file with the
13
- source code of the package in the current directory. The resulting file will
13
+ source code of the package in the current directory. When run in a workspace,
14
+ this command will create one ` .crate ` file per crate. The resulting file(s) will
14
15
be stored in the ` target/package ` directory. This performs the following
15
16
steps:
16
17
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ cargo\-package \[em] Assemble the local package into a distributable tarball
9
9
\fB cargo package \fR [\fI options \fR ]
10
10
.SH "DESCRIPTION"
11
11
This command will create a distributable, compressed \fB \& .crate \fR file with the
12
- source code of the package in the current directory. The resulting file will
12
+ source code of the package in the current directory. When run in a workspace,
13
+ this command will create one \fB \& .crate \fR file per crate. The resulting file(s) will
13
14
be stored in the \fB target/package \fR directory. This performs the following
14
15
steps:
15
16
.sp
You can’t perform that action at this time.
0 commit comments