mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-17 17:35:16 +01:00
12 lines
199 B
TOML
12 lines
199 B
TOML
[package]
|
|
name = "fd"
|
|
version = "2.0.0"
|
|
authors = ["David Peter <mail@david-peter.de>"]
|
|
|
|
[dependencies]
|
|
ansi_term = "0.9"
|
|
clap = "2.26.0"
|
|
atty = "0.2"
|
|
regex = "0.2"
|
|
ignore = "0.2"
|
|
num_cpus = "1.6.2"
|