mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-18 09:50:34 +01:00
10 lines
148 B
TOML
10 lines
148 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"
|