From e42e8001837cd481adf43f1bcc4aa8fb7d208069 Mon Sep 17 00:00:00 2001 From: Arne Beer Date: Sat, 29 Oct 2022 15:49:13 +0200 Subject: [PATCH] chore: Sort Cargo.toml --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8c4d485..d499f53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 } @@ -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"