mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-16 17:08:27 +01:00
11 lines
181 B
TOML
11 lines
181 B
TOML
[package]
|
|
name = "fd"
|
|
version = "0.2.0"
|
|
authors = ["David Peter <mail@david-peter.de>"]
|
|
|
|
[dependencies]
|
|
ansi_term = "0.9"
|
|
getopts = "0.2"
|
|
isatty = "0.1"
|
|
regex = "0.2"
|
|
walkdir = "1"
|