mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-16 08:58:26 +01:00
19 lines
266 B
TOML
19 lines
266 B
TOML
[package]
|
|
name = "fd"
|
|
version = "0.3.0"
|
|
authors = ["David Peter <mail@david-peter.de>"]
|
|
|
|
[[bin]]
|
|
name = "fd"
|
|
path = "src/bin/main.rs"
|
|
|
|
[lib]
|
|
name = "fd"
|
|
path = "src/fd.rs"
|
|
|
|
[dependencies]
|
|
ansi_term = "0.9"
|
|
getopts = "0.2"
|
|
isatty = "0.1"
|
|
regex = "0.2"
|
|
ignore = "0.2"
|