other: run cargo sort on Cargo.toml (#1001)
This commit is contained in:
parent
123e564d6e
commit
cdee5b6fc3
12
Cargo.toml
12
Cargo.toml
|
@ -66,8 +66,8 @@ anyhow = "1.0.57"
|
|||
backtrace = "0.3.67"
|
||||
cfg-if = "1.0.0"
|
||||
clap = { version = "3.1.12", features = ["default", "cargo", "wrap_help"] }
|
||||
const_format = "0.2.30"
|
||||
concat-string = "1.0.1"
|
||||
const_format = "0.2.30"
|
||||
crossterm = "0.25.0"
|
||||
ctrlc = { version = "3.2.4", features = ["termination"] }
|
||||
dirs = "4.0.0"
|
||||
|
@ -107,6 +107,11 @@ smol = "1.2.5"
|
|||
heim = { version = "0.1.0-rc.1", features = ["cpu", "disk", "memory", "net"] }
|
||||
mach2 = "0.4.1"
|
||||
|
||||
[dev-dependencies.cargo-husky]
|
||||
version = "1"
|
||||
default-features = false
|
||||
features = ["user-hooks"]
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
heim = { version = "0.1.0-rc.1", features = ["cpu", "disk", "memory"] }
|
||||
windows = { version = "0.44.0", features = ["Win32_System_Threading", "Win32_Foundation"] }
|
||||
|
@ -175,8 +180,3 @@ depends = "libc6:armhf (>= 2.28)"
|
|||
|
||||
[package.metadata.wix]
|
||||
output = "bottom_x86_64_installer.msi"
|
||||
|
||||
[dev-dependencies.cargo-husky]
|
||||
version = "1"
|
||||
default-features = false
|
||||
features = ["user-hooks"]
|
||||
|
|
Loading…
Reference in New Issue