File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 11## Cargo In Depth
22
3+ Now that you have an overview of how to use cargo and have created your first
4+ crate, you may be interested in:
5+
6+ * [ Publishing your crate on crates.io] ( 03-06-crates-io.html )
7+ * [ Reading about all the possible ways of specifying dependencies] ( 03-01-specifying-dependencies.html )
8+ * [ Learning more details about what you can specify in your ` Cargo.toml ` manifest] ( 03-02-manifest.html )
39* [ Specifying Dependencies] ( 03-01-specifying-dependencies.html )
410* [ Cargo.toml Format] ( 03-02-manifest.html )
511* [ Configuration] ( 03-03-config.html )
Original file line number Diff line number Diff line change @@ -11,12 +11,3 @@ about how to use Cargo to develop Rust projects.
1111* [ Cargo.toml vs Cargo.lock] ( 02-06-cargo-toml-vs-cargo-lock.html )
1212* [ Tests] ( 02-07-tests.html )
1313* [ Continuous Integration] ( 02-08-continuous-integration.html )
14-
15- ### Further reading
16-
17- Now that you have an overview of how to use cargo and have created your first
18- crate, you may be interested in:
19-
20- * [ Publishing your crate on crates.io] ( 03-06-crates-io.html )
21- * [ Reading about all the possible ways of specifying dependencies] ( 03-01-specifying-dependencies.html )
22- * [ Learning more details about what you can specify in your ` Cargo.toml ` manifest] ( 03-02-manifest.html )
You can’t perform that action at this time.
0 commit comments