1
0
mirror of https://github.com/sharkdp/fd synced 2024-07-08 12:06:43 +00:00
fd/Cargo.toml
2017-05-12 22:50:52 +02:00

12 lines
181 B
TOML

[package]
name = "fd"
version = "0.1.0"
authors = ["David Peter <mail@david-peter.de>"]
[dependencies]
getopts = "0.2"
regex = "0.2"
walkdir = "1"
ansi_term = "0.9"
isatty = "0.1"