Skip to content

Commit

Permalink
[src/doc/book] Move a paragraph to cargo-in-depth.md
Browse files Browse the repository at this point in the history
  • Loading branch information
behnam committed Aug 31, 2017
1 parent afe693d commit 01aa9e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
6 changes: 6 additions & 0 deletions src/doc/book/src/cargo-in-depth.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
9 changes: 0 additions & 9 deletions src/doc/book/src/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 01aa9e3

Please sign in to comment.