-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
190ef8f
commit 1eda575
Showing
6 changed files
with
37 additions
and
43 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
[package] | ||
name = "cargo-sort" | ||
version = "1.1.0" | ||
authors = ["Devin R <[email protected]>", "Andronik Ordian <[email protected]>"] | ||
authors = [ | ||
"Devin R <[email protected]>", | ||
"Andronik Ordian <[email protected]>", | ||
] | ||
license = "MIT/Apache-2.0" | ||
description = "Check if tables and items in a .toml file are lexically sorted" | ||
repository = "https://github.com/DevinR528/cargo-sort" | ||
keywords = ["cargo", "subcommand", "dependencies", "sort", "check"] | ||
categories = ["development-tools::cargo-plugins", "development-tools"] | ||
edition = "2018" | ||
edition = "2021" | ||
readme = "README.md" | ||
exclude = ["examp", "fixtures"] | ||
default-run = "cargo-sort" | ||
rust-version = "1.70" | ||
|
||
# [features] | ||
# fuzz = ["afl"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters