Add link to "The exclude and include fields" in example

This commit is contained in:
Zane 2025-03-02 20:47:26 -05:00 committed by GitHub
parent 7f6ea1a06d
commit a8d1beb8ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,7 +107,7 @@ exclude = [
```
If youd 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
[package]