mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 11:35:45 +00:00
15 lines
350 B
TOML
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" |