summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 21a832bae3a4ff12efbd565aaeecf6f9c3ced54b (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "fd"
version = "0.1.0"
authors = ["David Peter <mail@david-peter.de>"]

[dependencies]
getopts = "0.2"
regex = "0.2"
walkdir = "1"
ansi_term = "0.9"
isatty = "0.1"