diff --git a/Cargo.toml b/Cargo.toml index 1f88c74..63365cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"