From: Behnam Esfahbod Date: Thu, 2 Nov 2017 17:54:36 +0000 (-0700) Subject: [doc/book] Change title to The Cargo Book X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~5^2~11^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ac07aeb1d81f7ee99127821b977f2ce715f0ae22;p=cargo.git [doc/book] Change title to The Cargo Book Also add "community’s" to description of crates.io, as Cargo now supports multiple registries. --- diff --git a/src/doc/book/book.toml b/src/doc/book/book.toml index 1b84b2978..1f21e1e2e 100644 --- a/src/doc/book/book.toml +++ b/src/doc/book/book.toml @@ -1,2 +1,2 @@ -title = "The Cargo Manual" +title = "The Cargo Book" author = "Alex Crichton, Steve Klabnik and Carol Nichols, with Contributions from the Rust Community" diff --git a/src/doc/book/src/index.md b/src/doc/book/src/index.md index 3de0fc137..3668be0f9 100644 --- a/src/doc/book/src/index.md +++ b/src/doc/book/src/index.md @@ -1,10 +1,10 @@ -# The Cargo Manual +# The Cargo Book ![Cargo Logo](images/Cargo-Logo-Small.png) Cargo is the [Rust] *package manager*. Cargo downloads your Rust project’s dependencies, compiles your project, makes packages, and upload them to -[crates.io], the Rust *package registry*. +[crates.io], the Rust community’s *package registry*. ### Sections