mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Add link to "The exclude and include fields" in example
This commit is contained in:
parent
7f6ea1a06d
commit
a8d1beb8ec
@ -107,7 +107,7 @@ exclude = [
|
|||||||
```
|
```
|
||||||
|
|
||||||
If you’d rather explicitly list the files to include, Cargo also supports an
|
If you’d rather explicitly list the files to include, Cargo also supports an
|
||||||
`include` key, which if set, overrides the `exclude` key:
|
[`include` key](manifest.md#the-exclude-and-include-fields), which if set, overrides the `exclude` key:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[package]
|
[package]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user