From: Bianca Nenciu Date: Tue, 31 Oct 2017 20:37:45 +0000 (+0200) Subject: Improved README. X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~5^2~15^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2547b0592a9d32af3aae0b73a1d5a55e28ce80e0;p=cargo.git Improved README. --- diff --git a/README.md b/README.md index dde37be1b..e9d8e57d1 100644 --- a/README.md +++ b/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 + [![Build Status](https://travis-ci.org/rust-lang/cargo.svg?branch=master)](https://travis-ci.org/rust-lang/cargo) [![Build Status](https://ci.appveyor.com/api/projects/status/github/rust-lang/cargo?branch=master&svg=true)](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