From 58a1804f32234e3e81f266a4b8aa05cec6c077ee Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Tue, 17 May 2016 19:08:24 -0400 Subject: [PATCH] At the end, point to docs that might be interesting next --- src/doc/guide.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/doc/guide.md b/src/doc/guide.md index e01a65c4fdb..7ca666beafa 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -407,3 +407,13 @@ This will test all three release channels, but any breakage in nightly will not fail your overall build. Please see the [Travis CI Rust documentation](https://docs.travis-ci.com/user/languages/rust/) for more information. + +# 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](crates-io.html) +* [Reading about all the possible ways of specifying dependencies](specifying-dependencies.html) +* [Learning more details about what you can specify in your `Cargo.toml` manifest](manifest.html) + +Even more topics are available in the Docs menu at the top!