Skip to content

Commit 58a1804

Browse files
committed
At the end, point to docs that might be interesting next
1 parent 9b4174d commit 58a1804

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/doc/guide.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,3 +407,13 @@ This will test all three release channels, but any breakage in nightly
407407
will not fail your overall build. Please see the [Travis CI Rust
408408
documentation](https://docs.travis-ci.com/user/languages/rust/) for more
409409
information.
410+
411+
# Further reading
412+
413+
Now that you have an overview of how to use cargo and have created your first crate, you may be interested in:
414+
415+
* [Publishing your crate on crates.io](crates-io.html)
416+
* [Reading about all the possible ways of specifying dependencies](specifying-dependencies.html)
417+
* [Learning more details about what you can specify in your `Cargo.toml` manifest](manifest.html)
418+
419+
Even more topics are available in the Docs menu at the top!

0 commit comments

Comments
 (0)