1
0
mirror of https://github.com/sharkdp/fd synced 2024-07-08 20:17:27 +00:00
fd/Cargo.toml

12 lines
180 B
TOML
Raw Normal View History

2017-05-12 09:50:03 +00:00
[package]
name = "fd"
2017-06-13 18:29:29 +00:00
version = "2.0.0"
2017-05-12 09:50:03 +00:00
authors = ["David Peter <mail@david-peter.de>"]
[dependencies]
2017-05-12 21:37:09 +00:00
ansi_term = "0.9"
clap = "2.24.2"
2017-06-10 15:30:48 +00:00
atty = "0.2"
2017-05-12 09:50:03 +00:00
regex = "0.2"
2017-05-15 20:38:34 +00:00
ignore = "0.2"