Skip to content

Commit

Permalink
sort pkgs (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
justjavac authored Nov 29, 2023
1 parent 43b6c91 commit ac95349
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit ac95349

Please sign in to comment.