config.md book/src/03-03-config.md
crates-io.md book/src/03-06-crates-io.md
environment-variables.md book/src/03-04-environment-variables.md
-external-tools.md
+external-tools.md book/src/03-09-external-tools.md
faq.md
guide.md
index.md
### Information about build
-When passing `--message=format=json`, Cargo will output the following
+When passing `--message-format=json`, Cargo will output the following
information during the build:
* compiler errors and warnings,
# Information about project structure
-
You can use `cargo metadata` command to get information about project structure
and dependencies. The output of the command looks like this: