mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 11:35:45 +00:00
21 lines
576 B
TOML
21 lines
576 B
TOML
[package]
|
|
name = "ouch"
|
|
version = "0.1.0"
|
|
authors = ["Vinícius Rodrigues Miguel <lemao.vrm07@hotmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
colored = "2.0.0"
|
|
walkdir = "2.3.2"
|
|
clap = "2.33.3"
|
|
tar = "0.4.33"
|
|
xz2 = "0.1"
|
|
bzip2 = "0.4.2"
|
|
flate2 = "1.0.20"
|
|
|
|
# Keeping zip locally since upstream zip is staying on an older flate2 version
|
|
# in order to not increase MSRV, which is not something I particularly care about
|
|
# for ouch
|
|
zip = { path = "./third-party/zip" } |