We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50bc1db commit 2d06e57Copy full SHA for 2d06e57
README.md
@@ -2,7 +2,12 @@
2
3
Cargo downloads your Rust project’s dependencies and compiles your project.
4
5
-Learn more at https://doc.rust-lang.org/cargo/
+**To start using Cargo**, learn more at [The Cargo Book].
6
+
7
+**To start developing Cargo itself**, read the [Cargo Contributor Guide].
8
9
+[The Cargo Book]: https://doc.rust-lang.org/cargo/
10
+[Cargo Contributor Guide]: https://rust-lang.github.io/cargo/contrib/
11
12
## Code Status
13
@@ -69,8 +74,6 @@ Please report all issues on the GitHub [issue tracker][issues].
69
74
See the **[Cargo Contributor Guide]** for a complete introduction
70
75
to contributing to Cargo.
71
76
72
-[Cargo Contributor Guide]: https://rust-lang.github.io/cargo/contrib/
73
-
77
## License
78
79
Cargo is primarily distributed under the terms of both the MIT license
0 commit comments