We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b71f8d commit 722faa0Copy full SHA for 722faa0
src/doc/book/getting-started.md
@@ -575,8 +575,12 @@ look something like this:
575
name = "hello_world"
576
version = "0.1.0"
577
authors = ["Your Name <you@example.com>"]
578
+
579
+[dependencies]
580
```
581
582
+Do not worry about the `[dependencies]` line, we will come back to it later.
583
584
Cargo has populated *Cargo.toml* with reasonable defaults based on the arguments
585
you gave it and your `git` global configuration. You may notice that Cargo has
586
also initialized the `hello_world` directory as a `git` repository.
0 commit comments