|
2 | 2 |
|
3 | 3 | The reference covers the details of various areas of Cargo.
|
4 | 4 |
|
5 |
| -* [Specifying Dependencies](specifying-dependencies.md) |
6 |
| - * [Overriding Dependencies](overriding-dependencies.md) |
7 | 5 | * [The Manifest Format](manifest.md)
|
8 | 6 | * [Cargo Targets](cargo-targets.md)
|
| 7 | + * [Rust version](rust-version.md) |
9 | 8 | * [Workspaces](workspaces.md)
|
| 9 | +* [Specifying Dependencies](specifying-dependencies.md) |
| 10 | + * [Overriding Dependencies](overriding-dependencies.md) |
| 11 | + * [Source Replacement](source-replacement.md) |
| 12 | + * [Dependency Resolution](resolver.md) |
10 | 13 | * [Features](features.md)
|
11 | 14 | * [Features Examples](features-examples.md)
|
12 | 15 | * [Profiles](profiles.md)
|
13 | 16 | * [Configuration](config.md)
|
14 | 17 | * [Environment Variables](environment-variables.md)
|
15 | 18 | * [Build Scripts](build-scripts.md)
|
16 | 19 | * [Build Script Examples](build-script-examples.md)
|
17 |
| -* [Publishing on crates.io](publishing.md) |
| 20 | +* [Build Cache](build-cache.md) |
18 | 21 | * [Package ID Specifications](pkgid-spec.md)
|
19 |
| -* [Source Replacement](source-replacement.md) |
20 | 22 | * [External Tools](external-tools.md)
|
21 | 23 | * [Registries](registries.md)
|
22 | 24 | * [Registry Authentication](registry-authentication.md)
|
23 | 25 | * [Credential Provider Protocol](credential-provider-protocol.md)
|
24 | 26 | * [Running a Registry](running-a-registry.md)
|
25 |
| - * [Registry Index](registry-index.md) |
26 |
| - * [Registry Web API](registry-web-api.md) |
27 |
| -* [Dependency Resolution](resolver.md) |
| 27 | + * [Registry Index](registry-index.md) |
| 28 | + * [Registry Web API](registry-web-api.md) |
28 | 29 | * [SemVer Compatibility](semver.md)
|
29 | 30 | * [Future incompat report](future-incompat-report.md)
|
30 | 31 | * [Reporting build timings](timings.md)
|
|
0 commit comments