File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,16 @@ stored in the `target/package` directory. This performs the following steps:
32
32
- A ` .cargo_vcs_info.json ` file is included that contains information
33
33
about the current VCS checkout hash if available, as well as a flag if the
34
34
worktree is dirty.
35
+ - Symlinks are flattened to their target files.
36
+ - Subdirectories containing ` Cargo.toml ` are excluded, as they are assumed
37
+ to be separate packages.
38
+ - A ` target ` directory in the root of the package is excluded.
39
+ - Files and directories matching the ` [include] ` and ` [exclude] ` fields in
40
+ the manifest are included or excluded. Include patterns can override the
41
+ following rules.
42
+ - Files that are ignored by VCS are excluded.
43
+ - Unix hidden files and directories (starting with ` . ` ) are excluded.
44
+
35
45
3 . Extract the ` .crate ` file and build it to verify it can build.
36
46
- This will rebuild your package from scratch to ensure that it can be
37
47
built from a pristine state. The ` --no-verify ` flag can be used to skip
You can’t perform that action at this time.
0 commit comments