Skip to content

[doc/book] Change title to The Cargo Book #4695

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 4, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/doc/book/book.toml
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions src/doc/book/src/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down