Skip to content

Commit 01aa9e3

Browse files
committed
[src/doc/book] Move a paragraph to cargo-in-depth.md
1 parent afe693d commit 01aa9e3

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

src/doc/book/src/cargo-in-depth.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Cargo In Depth
22

3+
Now that you have an overview of how to use cargo and have created your first
4+
crate, you may be interested in:
5+
6+
* [Publishing your crate on crates.io](03-06-crates-io.html)
7+
* [Reading about all the possible ways of specifying dependencies](03-01-specifying-dependencies.html)
8+
* [Learning more details about what you can specify in your `Cargo.toml` manifest](03-02-manifest.html)
39
* [Specifying Dependencies](03-01-specifying-dependencies.html)
410
* [Cargo.toml Format](03-02-manifest.html)
511
* [Configuration](03-03-config.html)

src/doc/book/src/guide.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,3 @@ about how to use Cargo to develop Rust projects.
1111
* [Cargo.toml vs Cargo.lock](02-06-cargo-toml-vs-cargo-lock.html)
1212
* [Tests](02-07-tests.html)
1313
* [Continuous Integration](02-08-continuous-integration.html)
14-
15-
### Further reading
16-
17-
Now that you have an overview of how to use cargo and have created your first
18-
crate, you may be interested in:
19-
20-
* [Publishing your crate on crates.io](03-06-crates-io.html)
21-
* [Reading about all the possible ways of specifying dependencies](03-01-specifying-dependencies.html)
22-
* [Learning more details about what you can specify in your `Cargo.toml` manifest](03-02-manifest.html)

0 commit comments

Comments
 (0)