File tree 2 files changed +6
-9
lines changed
2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1
1
## Cargo In Depth
2
2
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 )
3
9
* [ Specifying Dependencies] ( 03-01-specifying-dependencies.html )
4
10
* [ Cargo.toml Format] ( 03-02-manifest.html )
5
11
* [ 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.
11
11
* [ Cargo.toml vs Cargo.lock] ( 02-06-cargo-toml-vs-cargo-lock.html )
12
12
* [ Tests] ( 02-07-tests.html )
13
13
* [ 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