File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Expand file tree Collapse file tree 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
1515## DESCRIPTION
1616
1717This 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
1920be stored in the ` target/package ` directory. This performs the following
2021steps:
2122
Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ SYNOPSIS
99
1010DESCRIPTION
1111 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:
1516
1617 1. Load and check the current workspace, performing some basic checks.
1718 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
1010## DESCRIPTION
1111
1212This 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
1415be stored in the ` target/package ` directory. This performs the following
1516steps:
1617
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
99\fB cargo package \fR [\fI options \fR ]
1010.SH "DESCRIPTION"
1111This 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
1314be stored in the \fB target/package \fR directory. This performs the following
1415steps:
1516.sp
You can’t perform that action at this time.
0 commit comments