diff --git a/src/doc/src/getting-started/first-steps.md b/src/doc/src/getting-started/first-steps.md index 018c1db8289..0a3b730dc00 100644 --- a/src/doc/src/getting-started/first-steps.md +++ b/src/doc/src/getting-started/first-steps.md @@ -29,6 +29,9 @@ This is all we need to get started. First, let’s check out `Cargo.toml`: name = "hello_world" version = "0.1.0" authors = ["Your Name "] +edition = "2018" + +[dependencies] ``` This is called a **manifest**, and it contains all of the metadata that Cargo