Skip to content

Commit

Permalink
chore: Sort Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukesor committed Oct 29, 2022
1 parent 84c2314 commit e42e800
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Expand Up @@ -37,7 +37,7 @@ tty = ["crossterm"]
# This flag is for library debugging only!
debug = []
# This feature is used to expose internal functionality for integration testing.
integration_test= []
integration_test = []

[dependencies]
crossterm = { version = "0.25", optional = true }
Expand All @@ -46,9 +46,9 @@ strum_macros = "0.24"
unicode-width = "0.1"

[dev-dependencies]
pretty_assertions = "1"
criterion = "0.4"
doc-comment = "0.3"
pretty_assertions = "1"
proptest = "1"
criterion = "0.4"
rand = "0.8"
rstest = "0.15"

0 comments on commit e42e800

Please sign in to comment.