From: Behnam Esfahbod Date: Thu, 31 Aug 2017 08:26:30 +0000 (-0700) Subject: [src/doc/book] Move a paragraph to cargo-in-depth.md X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~6^2~71^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=01aa9e3c;p=cargo.git [src/doc/book] Move a paragraph to cargo-in-depth.md --- diff --git a/src/doc/book/src/cargo-in-depth.md b/src/doc/book/src/cargo-in-depth.md index 53fb5f315..e73c9cdbf 100644 --- a/src/doc/book/src/cargo-in-depth.md +++ b/src/doc/book/src/cargo-in-depth.md @@ -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) diff --git a/src/doc/book/src/guide.md b/src/doc/book/src/guide.md index 852d2d81f..704f87b8a 100644 --- a/src/doc/book/src/guide.md +++ b/src/doc/book/src/guide.md @@ -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)