Skip to content

Commit

Permalink
Auto merge of #6502 - vishallama:vishallama-doc-update-cargo-1.toml, …
Browse files Browse the repository at this point in the history
…r=dwijnand

Update display of contents of Cargo.toml

The display of the contents of the Cargo.toml file needs to be updated, in keeping with the Rust 2018 edition.
  • Loading branch information
bors committed Dec 31, 2018
2 parents 15e3b5a + 7f77ca3 commit 9178fc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/doc/src/guide/creating-a-new-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ Let’s take a closer look at `Cargo.toml`:
name = "hello_world"
version = "0.1.0"
authors = ["Your Name <you@example.com>"]
edition = "2018"

[dependencies]

```

This is called a **manifest**, and it contains all of the metadata that Cargo
Expand Down

0 comments on commit 9178fc8

Please sign in to comment.