ouch/Cargo.toml
Vinícius Rodrigues Miguel fa2fb675de WIP Tar compression
2021-03-23 01:06:57 -03:00

15 lines
350 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"
niffler = "2.3.1"
walkdir = "2.3.2"
clap = "2.33.3"
zip = "0.5.11"
tar = "0.4.33"