mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-18 18:00:35 +01:00
11 lines
182 B
TOML
11 lines
182 B
TOML
[package]
|
|
name = "fd"
|
|
version = "0.3.0"
|
|
authors = ["David Peter <mail@david-peter.de>"]
|
|
|
|
[dependencies]
|
|
ansi_term = "0.9"
|
|
getopts = "0.2"
|
|
isatty = "0.1"
|
|
regex = "0.2"
|
|
ignore = "0.2"
|