From 72189185b6723ecc3c837f08007752f9dd2a8151 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Wed, 7 Sep 2022 23:51:08 -0400 Subject: [PATCH] other: sort Cargo.toml (#802) --- Cargo.toml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3a065a0a..aa678453 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,20 +52,25 @@ zfs = ["sysctl"] anyhow = "1.0.57" backtrace = "0.3.65" cfg-if = "1.0.0" -crossterm = "0.18.2" -ctrlc = { version = "3.1.9", features = ["termination"] } clap = { version = "3.1.12", features = ["default", "cargo", "wrap_help"] } concat-string = "1.0.1" +crossterm = "0.18.2" +ctrlc = { version = "3.1.9", features = ["termination"] } # const_format = "0.2.23" dirs = "4.0.0" + +fern = { version = "0.6.1", optional = true } futures = "0.3.21" futures-timer = "3.0.2" fxhash = "0.2.1" indexmap = "1.8.1" itertools = "0.10.3" +log = { version = "0.4.16", optional = true } +nvml-wrapper = { version = "0.7.0", optional = true } once_cell = "1.5.2" regex = "1.5.5" serde = { version = "1.0.136", features = ["derive"] } +starship-battery = { version = "0.7.9", optional = true } sysinfo = "0.23.10" thiserror = "1.0.30" time = { version = "0.3.9", features = ["formatting", "macros"] } @@ -75,11 +80,6 @@ typed-builder = "0.10.0" unicode-segmentation = "1.9.0" unicode-width = "0.1.9" -fern = { version = "0.6.1", optional = true } -log = { version = "0.4.16", optional = true } -starship-battery = { version = "0.7.9", optional = true } -nvml-wrapper = { version = "0.7.0", optional = true } - [target.'cfg(unix)'.dependencies] libc = "0.2.124" @@ -155,3 +155,4 @@ output = "bottom_x86_64_installer.msi" version = "1" default-features = false features = ["user-hooks"] +