Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #2126 - johshoff:default_dependency_header, r=alexcrichton
Almost any project beyond "hello world" will have some dependencies. Including the `[dependencies]` header by default makes this slightly simpler. For new users of the language, this can potentially save some frustration since crates.io currently does not mention the header, just the line that goes beneath it. For all users, this makes adding the first dependency to a project less of a special case than to subsequent dependencies.
- Loading branch information