Clean up Cargo.toml

This commit is contained in:
sharkdp 2020-04-03 10:35:30 +02:00
parent 80b042ad47
commit 364555fd71
1 changed files with 4 additions and 3 deletions

View File

@ -19,15 +19,16 @@ repository = "https://github.com/sharkdp/fd"
version = "7.5.0"
edition= "2018"
[[bin]]
name = "fd"
path = "src/main.rs"
[badges.appveyor]
repository = "sharkdp/fd"
[badges.travis-ci]
repository = "sharkdp/fd"
[[bin]]
name = "fd"
path = "src/main.rs"
[build-dependencies]
clap = "2.31.2"
version_check = "0.9"