summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6bccad9..8b0896b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,9 +1,10 @@
[package]
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"
-name = "dup"
license = "MIT/Apache-2.0"
+name = "dup"
readme = "README.md"
repository = "https://github.com/sharkdp/dup"
version = "0.1.0"