From f155d68a8dd3c20e0c79a399007fdc874ba83c4d Mon Sep 17 00:00:00 2001 From: Andrew Pollack Date: Wed, 21 Dec 2022 09:22:30 -0800 Subject: [PATCH] Suggestion: link to Cargo book on introduction --- src/cargo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cargo.md b/src/cargo.md index 452a0aee..7489268c 100644 --- a/src/cargo.md +++ b/src/cargo.md @@ -1,6 +1,6 @@ # Using Cargo -When you start reading about Rust, you will soon meet Cargo, the standard tool +When you start reading about Rust, you will soon meet [Cargo](https://doc.rust-lang.org/cargo/), the standard tool used in the Rust ecosystem to build and run Rust applications. Here we want to give a brief overview of what Cargo is and how it fits into the wider ecosystem and how it fits into this training.