@@ -121,7 +121,7 @@ and set the binary name to be different from the package. \
121
121
This can be done by setting the binary filename to `src/bin/foo.rs.rs` \
122
122
or change the name in Cargo.toml with:
123
123
124
- [bin]
124
+ [[ bin] ]
125
125
name = \" foo.rs\"
126
126
path = \" src/main.rs\"
127
127
@@ -143,7 +143,7 @@ and set the binary name to be different from the package. \
143
143
This can be done by setting the binary filename to `src/bin/test.rs` \
144
144
or change the name in Cargo.toml with:
145
145
146
- [bin]
146
+ [[ bin] ]
147
147
name = \" test\"
148
148
path = \" src/main.rs\"
149
149
@@ -188,7 +188,7 @@ and set the binary name to be different from the package. \
188
188
This can be done by setting the binary filename to `src/bin/pub.rs` \
189
189
or change the name in Cargo.toml with:
190
190
191
- [bin]
191
+ [[ bin] ]
192
192
name = \" pub\"
193
193
path = \" src/main.rs\"
194
194
@@ -210,7 +210,7 @@ and set the binary name to be different from the package. \
210
210
This can be done by setting the binary filename to `src/bin/core.rs` \
211
211
or change the name in Cargo.toml with:
212
212
213
- [bin]
213
+ [[ bin] ]
214
214
name = \" core\"
215
215
path = \" src/main.rs\"
216
216
@@ -322,7 +322,7 @@ and set the binary name to be different from the package. \
322
322
This can be done by setting the binary filename to `src/bin/10-invalid.rs` \
323
323
or change the name in Cargo.toml with:
324
324
325
- [bin]
325
+ [[ bin] ]
326
326
name = \" 10-invalid\"
327
327
path = \" src/main.rs\"
328
328
@@ -443,7 +443,7 @@ and set the binary name to be different from the package. \
443
443
This can be done by setting the binary filename to `src/bin/ⒶⒷⒸ.rs` \
444
444
or change the name in Cargo.toml with:
445
445
446
- [bin]
446
+ [[ bin] ]
447
447
name = \" ⒶⒷⒸ\"
448
448
path = \" src/main.rs\"
449
449
@@ -463,7 +463,7 @@ and set the binary name to be different from the package. \
463
463
This can be done by setting the binary filename to `src/bin/a¼.rs` \
464
464
or change the name in Cargo.toml with:
465
465
466
- [bin]
466
+ [[ bin] ]
467
467
name = \" a¼\"
468
468
path = \" src/main.rs\"
469
469
0 commit comments