JoshOrndorff / recipes

A Hands-On Cookbook for Aspiring Blockchain Chefs
GNU General Public License v3.0
378 stars 186 forks source link

Clean cargo.toml files #254

Closed JoshOrndorff closed 4 years ago

JoshOrndorff commented 4 years ago

This PR cleans up several Cargo.toml files. This is generally good because uniformity is good. It also facilitates the release process, by making search and replace work better. There are two primary changes.

  1. always use default-features rather than default_features
  2. remove a few instances of two consecutive spaces between keys
  3. remove a few instances of unnecessary package aliasing