1
0
mirror of https://github.com/sharkdp/fd synced 2024-07-05 17:29:31 +00:00
fd/Cargo.toml
2017-06-13 20:29:29 +02:00

12 lines
180 B
TOML

[package]
name = "fd"
version = "2.0.0"
authors = ["David Peter <mail@david-peter.de>"]
[dependencies]
ansi_term = "0.9"
clap = "2.24.2"
atty = "0.2"
regex = "0.2"
ignore = "0.2"