File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,8 @@ stored in the `target/package` directory. This performs the following steps:
33
33
about the current VCS checkout hash if available, as well as a flag if the
34
34
worktree is dirty.
35
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.
36
+ - Files and directories are included or excluded based on rules mentioned in
37
+ [ the ` [include] ` and ` [exclude] ` fields] ( ../reference/manifest.html#the-exclude-and-include-fields ) .
44
38
45
39
3 . Extract the ` .crate ` file and build it to verify it can build.
46
40
- This will rebuild your package from scratch to ensure that it can be
You can’t perform that action at this time.
0 commit comments