We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f90298 commit 665aa7fCopy full SHA for 665aa7f
src/doc/machine-readable-output.md
@@ -7,7 +7,7 @@ Cargo can output information about project and build in JSON format.
7
You can use `cargo metadata` command to get information about project structure
8
and dependencies. The output of the command looks like this:
9
10
-```
+```text
11
{
12
// Integer version number of the format.
13
"version": integer,
@@ -59,7 +59,7 @@ without waiting for the whole build to finish.
59
60
The message format looks like this:
61
62
63
64
// Type of the message.
65
"reason": "compiler-message",
0 commit comments