[src/doc/book] Move a paragraph to cargo-in-depth.md
authorBehnam Esfahbod <behnam@zwnj.org>
Thu, 31 Aug 2017 08:26:30 +0000 (01:26 -0700)
committerBehnam Esfahbod <behnam@zwnj.org>
Thu, 31 Aug 2017 08:26:30 +0000 (01:26 -0700)
src/doc/book/src/cargo-in-depth.md
src/doc/book/src/guide.md

index 53fb5f315744b830b869c3cc0c90a05e385b4b97..e73c9cdbf10ee1ac260d34a9e9ea997c843e77fc 100644 (file)
@@ -1,5 +1,11 @@
 ## Cargo In Depth
 
+Now that you have an overview of how to use cargo and have created your first
+crate, you may be interested in:
+
+* [Publishing your crate on crates.io](03-06-crates-io.html)
+* [Reading about all the possible ways of specifying dependencies](03-01-specifying-dependencies.html)
+* [Learning more details about what you can specify in your `Cargo.toml` manifest](03-02-manifest.html)
 * [Specifying Dependencies](03-01-specifying-dependencies.html)
 * [Cargo.toml Format](03-02-manifest.html)
 * [Configuration](03-03-config.html)
index 852d2d81f80285c7f5862d43c7b65cd880c361ad..704f87b8acfad07b0763b48e17e05199c2126a21 100644 (file)
@@ -11,12 +11,3 @@ about how to use Cargo to develop Rust projects.
 * [Cargo.toml vs Cargo.lock](02-06-cargo-toml-vs-cargo-lock.html)
 * [Tests](02-07-tests.html)
 * [Continuous Integration](02-08-continuous-integration.html)
-
-### Further reading
-
-Now that you have an overview of how to use cargo and have created your first
-crate, you may be interested in:
-
-* [Publishing your crate on crates.io](03-06-crates-io.html)
-* [Reading about all the possible ways of specifying dependencies](03-01-specifying-dependencies.html)
-* [Learning more details about what you can specify in your `Cargo.toml` manifest](03-02-manifest.html)