mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 11:35:45 +00:00
Reordering imports
This commit is contained in:
parent
c0fd6b5bfb
commit
fee510c32d
@ -13,14 +13,14 @@ description = "A command-line utility for easily compressing and decompressing f
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
lazy_static = "1.4.0"
|
||||
walkdir = "2.3.2"
|
||||
strsim = "0.10.0"
|
||||
flate2 = { version = "1.0.22", default-features = false, features = ["zlib"] }
|
||||
bzip2 = "0.4.3"
|
||||
tar = "0.4.37"
|
||||
xz2 = "0.1.6"
|
||||
zip = { version = "0.5.13", default-features = false, features = ["deflate-miniz"] }
|
||||
lazy_static = "1.4.0"
|
||||
flate2 = { version = "1.0.22", default-features = false, features = ["zlib"] }
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.2.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user