From ddffe6063c6ea89710f21d2ac46afa468a563511 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Matthias=20Kr=C3=BCger?= Date: Mon, 12 Feb 2018 19:27:45 +0100 Subject: [PATCH] readme: add link to the cargo documentation on docs.rs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 187da3a6d..e029365e4 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Learn more at https://doc.rust-lang.org/cargo/ [![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) +Code documentation: https://docs.rs/cargo/ + ## Installing Cargo Cargo is distributed by default with Rust, so if you've got `rustc` installed -- 2.30.2