Skip to content

gsquire/toml-sorted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toml-sorted

This is a small command that takes a manifest as a single argument and checks if various fields are sorted. It returns 0 if all fields are sorted and 1 otherwise. This crate was created in response to an RFI here.

Build Status

Install

cargo install toml-sorted

Usage

toml-sorted /path/to/Cargo.toml

Implementation

It currently checks the following fields in a manifest:

  • [dependencies]
  • [dev-dependencies]
  • [build-dependencies]
  • [workspace.members]
  • [workspace.exclude]

License

MIT

About

A simple tool to check if a manifest is sorted

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages