From bb81df3901ada3eef82b676c01e83d10fd07213a Mon Sep 17 00:00:00 2001 From: sharkdp Date: Thu, 1 Nov 2018 22:42:13 +0100 Subject: Bump version, change crate name --- Cargo.lock | 4 ++-- Cargo.toml | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b244db2..77d6fd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -63,8 +63,8 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] -name = "dup" -version = "0.1.0" +name = "du-dup" +version = "0.2.0" dependencies = [ "humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "ignore 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 8b0896b..1472776 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,10 +4,14 @@ categories = ["command-line-utilities"] description = "A minimal, fast alternative to 'du -sh'." homepage = "https://github.com/sharkdp/dup" license = "MIT/Apache-2.0" -name = "dup" +name = "du-dup" readme = "README.md" repository = "https://github.com/sharkdp/dup" -version = "0.1.0" +version = "0.2.0" + +[[bin]] +name = "fd" +path = "src/main.rs" [dependencies] ignore = "0.4.3" -- cgit v1.2.3