Remove "bin" section from Cargo.toml

This commit is contained in:
Daniel Hofstetter 2014-08-03 14:19:05 +02:00
parent 9a3b25fa98
commit 7ba9c44b94
1 changed files with 0 additions and 4 deletions

View File

@ -1626,10 +1626,6 @@ Check out the generated `Cargo.toml`:
name = "guessing_game"
version = "0.1.0"
authors = ["Your Name <you@example.com>"]
[[bin]]
name = "guessing_game"
```
Cargo gets this information from your environment. If it's not correct, go ahead