1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-05 01:55:31 +02:00

Suggestion: link to Cargo book on introduction

This commit is contained in:
Andrew Pollack 2022-12-21 09:22:30 -08:00 committed by GitHub
parent c274f86cfd
commit f155d68a8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.