From 364555fd71267c3b8318706c72ba562d4c5a9d1e Mon Sep 17 00:00:00 2001 From: sharkdp Date: Fri, 3 Apr 2020 10:35:30 +0200 Subject: [PATCH] Clean up Cargo.toml --- Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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"