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.
2 parents c66fcd5 + 83fc076 commit cae455eCopy full SHA for cae455e
src/doc/src/reference/manifest.md
@@ -741,6 +741,12 @@ harness = true
741
# 2018 edition or only compiling one unit test with the 2015 edition. By default
742
# all targets are compiled with the edition specified in `[package]`.
743
edition = '2015'
744
+
745
+# Here's an example of a TOML "array of tables" section, in this case specifying
746
+# a binary target name and path.
747
+[[bin]]
748
+name = "my-cool-binary"
749
+path = "src/my-cool-binary.rs"
750
```
751
752
The `[package]` also includes the optional `autobins`, `autoexamples`,
0 commit comments