add cargofmt
to clean up cargo.toml files
#7
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
When editing cargo.toml files a few things happen that make the result a little unclean:
version
,optional
,default-features
,features =
,git
,path
...A new subcommand should enforce this formatting, potentially have a checking function that can be invoked as either "warn" or "error" on
cargo unleash check
.The text was updated successfully, but these errors were encountered: