mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Improved README.
This commit is contained in:
parent
d2d7b30082
commit
2547b0592a
10
README.md
10
README.md
@ -1,8 +1,11 @@
|
||||
# Cargo
|
||||
|
||||
Cargo downloads your Rust project’s dependencies and compiles your project.
|
||||
|
||||
Learn more at http://doc.crates.io/
|
||||
|
||||
## Code Status
|
||||
|
||||
[](https://travis-ci.org/rust-lang/cargo)
|
||||
[](https://ci.appveyor.com/project/rust-lang-libs/cargo)
|
||||
|
||||
@ -58,11 +61,10 @@ Please report all issues on the github [issue tracker][issues].
|
||||
|
||||
[issues]: https://github.com/rust-lang/cargo/issues
|
||||
|
||||
|
||||
## Contributing
|
||||
|
||||
See [CONTRIBUTING.md](CONTRIBUTING.md)
|
||||
|
||||
See [CONTRIBUTING.md](CONTRIBUTING.md). You may also find the arhitecture
|
||||
documentation useful ([ARCHITECTURE.md](ARCHITECTURE.md)).
|
||||
|
||||
## License
|
||||
|
||||
@ -80,5 +82,7 @@ In binary form, this product includes software that is licensed under the
|
||||
terms of the GNU General Public License, version 2, with a linking exception,
|
||||
which can be obtained from the [upstream repository][1].
|
||||
|
||||
See LICENSE-THIRD-PARTY for details.
|
||||
|
||||
[1]: https://github.com/libgit2/libgit2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user