-
-
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 af0aa81
Showing
5 changed files
with
31 additions
and
40 deletions.
There are no files selected for viewing
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
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,7 +1,10 @@ | ||
[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" | ||
|
@@ -43,3 +46,6 @@ similar-asserts = "1.5.0" | |
# name = "fuzz" | ||
# path = "src/fuzz.rs" | ||
# required-features = ["fuzz"] | ||
|
||
[profile.release] | ||
lto = true |