Crates.io | toml-sorted |
lib.rs | toml-sorted |
version | 0.1.0 |
source | src |
created_at | 2019-06-01 22:53:30.901343 |
updated_at | 2019-06-01 22:53:30.901343 |
description | A cargo sub-command to check if various parts of the manifest are sorted |
homepage | |
repository | https://github.com/gsquire/toml-sorted |
max_upload_size | |
id | 138395 |
size | 5,367 |
This is a cargo sub-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.
cargo install toml-sorted
cargo toml-sorted /path/to/Cargo.toml
It currently checks the following fields in a manifest:
MIT