mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 03:55:28 +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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
lazy_static = "1.4.0"
|
||||||
walkdir = "2.3.2"
|
walkdir = "2.3.2"
|
||||||
strsim = "0.10.0"
|
strsim = "0.10.0"
|
||||||
flate2 = { version = "1.0.22", default-features = false, features = ["zlib"] }
|
|
||||||
bzip2 = "0.4.3"
|
bzip2 = "0.4.3"
|
||||||
tar = "0.4.37"
|
tar = "0.4.37"
|
||||||
xz2 = "0.1.6"
|
xz2 = "0.1.6"
|
||||||
zip = { version = "0.5.13", default-features = false, features = ["deflate-miniz"] }
|
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]
|
[dev-dependencies]
|
||||||
tempfile = "3.2.0"
|
tempfile = "3.2.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user