summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2019-06-01 16:41:42 +0530
committerSebastian Thiel <sthiel@thoughtworks.com>2019-06-01 16:41:42 +0530
commita53c2acb65457df740f3605124b9e42d363897de (patch)
treee100b5c22507e2f6c60fcc78eeadab2263ce863d
parente8a83e779f694a8ba2a264a5def7add6d65b191c (diff)
Add description to Cargo.tomlv1.0.0
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4c6709e..e797708 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,7 @@ edition = "2018"
include = ["src/**/*", "Cargo.toml"]
repository = "https://github.com/Byron/dua-cli"
readme = "README.md"
+description = "A tool to conveniently learn about the disk usage of directories, fast!"
license = "MIT"
[dependencies]