summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 3 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d27f75f..8f76030 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,17 +2,13 @@
authors = ["David Peter <mail@david-peter.de>"]
categories = ["command-line-utilities"]
description = "A minimal, fast alternative to 'du -sh'."
-homepage = "https://github.com/sharkdp/dup"
+homepage = "https://github.com/sharkdp/diskus"
license = "MIT/Apache-2.0"
-name = "du-dup"
+name = "diskus"
readme = "README.md"
-repository = "https://github.com/sharkdp/dup"
+repository = "https://github.com/sharkdp/diskus"
version = "0.2.0"
-[[bin]]
-name = "dup"
-path = "src/main.rs"
-
[dependencies]
ignore = "0.4.3"
num_cpus = "1.0"