From 01cf40b5054986a307d78ba471b9231d38648222 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Wed, 29 Nov 2023 09:19:21 +0800 Subject: [PATCH] sort pkgs --- Cargo.toml | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4089579..7622423 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,32 +17,29 @@ name = "dvm" path = "src/main.rs" [dependencies] -cfg-if = "1.0.0" - anyhow = "1.0.75" +asserts-rs = "0.3.0" +cfg-if = "1.0.0" clap = "4.4.7" clap_derive = "4.4.7" clap_complete = "4.4.4" -semver = "1.0.20" -tempfile = "3.8.1" -tinyget = { version = "1.0.1", features = ["https"] } +colored = "2.0.4" +dirs = "5.0.1" +indicatif = "0.17.7" json_minimal = "0.1.3" -asserts-rs = "0.3.0" +native-tls = { version = "0.2.11", features = ["vendored"] } +phf = { version = "0.11.2", features = ["macros"] } +semver = "1.0.20" serde = { version = "1.0.190", features = ["derive"] } serde_json = "1.0.108" -dirs = "5.0.1" -phf = { version = "0.11.2", features = ["macros"] } -colored = "2.0.4" -native-tls = { version = "0.2.11", features = ["vendored"] } set_env = "1.3.4" +tempfile = "3.8.1" +tinyget = { version = "1.0.1", features = ["https"] } which = "5.0.0" -# for user experience -indicatif = "0.17.7" - [target.'cfg(windows)'.dependencies] -output_vt100 = "0.1.3" ctor = "0.2.5" +output_vt100 = "0.1.3" winapi = { version = "0.3.9", features = ["winnls"] } [package.metadata.winres]