From 1806165c3e266876b2d1806f7b662d09705f3aad Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Fri, 12 Jan 2024 12:54:15 +0000 Subject: [PATCH] chore: Cargo.toml formatted --- Cargo.toml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1f5d3fd..a1cd0ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ unsafe_code = "forbid" [lints.clippy] expect_used = "warn" nursery = "warn" -pedantic ="warn" +pedantic = "warn" todo = "warn" unused_async = "warn" unwrap_used = "warn" @@ -29,15 +29,15 @@ similar_names = "allow" anyhow = "1.0" bollard = "0.15" cansi = "2.2" -clap = { version = "4.4", features = ["derive", "unicode", "color"] } +clap = { version = "4.4", features = ["color", "derive", "unicode"] } crossterm = "0.27" futures-util = "0.3" -parking_lot = { version= "0.12" } +parking_lot = { version = "0.12" } tokio = { version = "1.35", features = ["full"] } tracing = "0.1" tracing-subscriber = "0.3" ratatui = "0.25" -uuid = { version = "1.6", features = ["v4", "fast-rng"] } +uuid = { version = "1.6", features = ["fast-rng", "v4"] } directories = "5.0" [dev-dependencies] @@ -46,6 +46,5 @@ directories = "5.0" lto = true codegen-units = 1 panic = 'abort' -strip=true +strip = true debug = false -